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
3d058a32
Unverified
Commit
3d058a32
authored
Apr 08, 2020
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Companion Version to 2.58a
Change-Id: I9a411efca491ad548a9d8560d50b8e8fdb0ef752
parent
86add128
Changes
2
Show 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 @
3d058a32
...
...
@@ -7,14 +7,14 @@ icon=AI2Companion-Icon.png
# 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
# the store
versioncode
=
1282580
0
versioncode
=
1282580
4
# The Version Name is displayed to the user and can contain numbers
# and letters. It generally should be congruent to the Version Code
# Terms used by 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
# Code) scanning builtin.
versionname
=
2.58
versionname
=
2.58
a
useslocation
=
False
androidminsdk
=
7
actionbar
=
true
...
...
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
View file @
3d058a32
...
...
@@ -1393,11 +1393,11 @@ public class YaVersion {
public
static
final
String
ACCEPTABLE_COMPANION_PACKAGE
=
"edu.mit.appinventor.aicompanion3"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.58"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.58
a
"
;
public
static
final
String
COMPANION_UPDATE_URL
=
""
;
public
static
final
String
COMPANION_UPDATE_URL1
=
""
;
public
static
final
String
COMPANION_UPDATE_EMULATOR_URL
=
""
;
public
static
final
String
[]
ACCEPTABLE_COMPANIONS
=
{
"2.58
"
,
"2.58
u"
};
public
static
final
String
[]
ACCEPTABLE_COMPANIONS
=
{
"2.58
a"
,
"2.58a
u"
};
// Splash Screen Values
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