Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
caa489f3
Commit
caa489f3
authored
Nov 05, 2019
by
Evan W. Patton
Committed by
Susan Rati Lane
Nov 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump YOUNG_ANDROID_VERSION due to recent changes (#1900)
Change-Id: I039a5709a4c97f628a03a072a58d58ffd45ca9c7
parent
1cac703d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
...c/com/google/appinventor/components/common/YaVersion.java
+9
-2
No files found.
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
View file @
caa489f3
...
...
@@ -477,8 +477,15 @@ public class YaVersion {
// - BALL_COMPONENT_VERSION was incremented to 6
// For YOUNG_ANDROID_VERSION 193:
// - FORM_COMPONENT_VERSION was incremented to 26
public
static
final
int
YOUNG_ANDROID_VERSION
=
193
;
// For YOUNG_ANDROID_VERSION 194:
// - CIRCLE_COMPONENT_VERSION was incremented to 2
// - LINESTRING_COMPONENT_VERSION was incremented to 2
// - MARKER_COMPONENT_VERSION was incremented to 3
// - POLYGON_COMPONENT_VERSION was incremented to 2
// - RECTANGLE_COMPONENT_VERSION was incremented to 2
// - TEXTBOX_COMPONENT_VERSION was incremented to 6
public
static
final
int
YOUNG_ANDROID_VERSION
=
194
;
// ............................... Blocks Language Version Number ...............................
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment