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
eb547137
Commit
eb547137
authored
Nov 27, 2023
by
Evan W. Patton
Committed by
Jeffrey Schiller
Nov 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update srcCompVersion in upgradeFormProperties
Change-Id: I3571fc5d198a69fc04a2f66066a23a7f1db679a0
parent
c2ddc809
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
appinventor/appengine/src/com/google/appinventor/client/youngandroid/YoungAndroidFormUpgrader.java
...nventor/client/youngandroid/YoungAndroidFormUpgrader.java
+1
-0
No files found.
appinventor/appengine/src/com/google/appinventor/client/youngandroid/YoungAndroidFormUpgrader.java
View file @
eb547137
...
...
@@ -1195,6 +1195,7 @@ public final class YoungAndroidFormUpgrader {
// Previously, projects were Classic by default, so we need to reflect this.
componentProperties
.
put
(
"Theme"
,
new
ClientJsonString
(
"Classic"
));
}
srcCompVersion
=
31
;
}
return
srcCompVersion
;
...
...
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