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
15fb7546
Unverified
Commit
15fb7546
authored
Feb 19, 2024
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Companion Version to 2.70
Change-Id: I6b1df4225b3bf30263f6adb3281e3a56b0349c98
parent
9cfc5fca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
appinventor/aiplayapp/youngandroidproject/project.properties
appinventor/aiplayapp/youngandroidproject/project.properties
+2
-2
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
...c/com/google/appinventor/components/common/YaVersion.java
+2
-2
No files found.
appinventor/aiplayapp/youngandroidproject/project.properties
View file @
15fb7546
...
@@ -7,14 +7,14 @@ icon=AI2Companion-Icon.png
...
@@ -7,14 +7,14 @@ icon=AI2Companion-Icon.png
# The Version code is an integer. Each new version of an App uploaded
# The Version code is an integer. Each new version of an App uploaded
# to the Play Store must have a version greater then the version in
# to the Play Store must have a version greater then the version in
# the store
# the store
versioncode
=
1332
69
00
versioncode
=
1332
70
00
# The Version Name is displayed to the user and can contain numbers
# The Version Name is displayed to the user and can contain numbers
# and letters. It generally should be congruent to the Version Code
# and letters. It generally should be congruent to the Version Code
# Terms used by AI2:
# Terms used by AI2:
# Version code XYZ turns into X.YZ. ai2 indicates a Companion for AI2
# Version code XYZ turns into X.YZ. ai2 indicates a Companion for AI2
# and an optional "zx1" indicates it has internal Zebra Crossing (QR
# and an optional "zx1" indicates it has internal Zebra Crossing (QR
# Code) scanning builtin.
# Code) scanning builtin.
versionname
=
2.
69
versionname
=
2.
70
useslocation
=
False
useslocation
=
False
androidminsdk
=
7
androidminsdk
=
7
actionbar
=
true
actionbar
=
true
...
...
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
View file @
15fb7546
...
@@ -1670,12 +1670,12 @@ public class YaVersion {
...
@@ -1670,12 +1670,12 @@ public class YaVersion {
public
static
final
String
ACCEPTABLE_COMPANION_PACKAGE
=
"edu.mit.appinventor.aicompanion3"
;
public
static
final
String
ACCEPTABLE_COMPANION_PACKAGE
=
"edu.mit.appinventor.aicompanion3"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.
69
"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.
70
"
;
public
static
final
String
EMULATOR_UPDATE_URL
=
""
;
// Should be an APK
public
static
final
String
EMULATOR_UPDATE_URL
=
""
;
// Should be an APK
public
static
final
String
COMPANION_UPDATE_URL
=
""
;
public
static
final
String
COMPANION_UPDATE_URL
=
""
;
public
static
final
String
COMPANION_UPDATE_URL1
=
""
;
public
static
final
String
COMPANION_UPDATE_URL1
=
""
;
public
static
final
String
COMPANION_UPDATE_EMULATOR_URL
=
""
;
public
static
final
String
COMPANION_UPDATE_EMULATOR_URL
=
""
;
public
static
final
String
[]
ACCEPTABLE_COMPANIONS
=
{
"2.
69"
,
"2.69
u"
};
public
static
final
String
[]
ACCEPTABLE_COMPANIONS
=
{
"2.
70"
,
"2.70
u"
};
// Splash Screen Values
// Splash Screen Values
public
static
final
int
SPLASH_SURVEY
=
1
;
public
static
final
int
SPLASH_SURVEY
=
1
;
...
...
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