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
8c332d43
Unverified
Commit
8c332d43
authored
Feb 16, 2023
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Companion Version (Android) to 2.66
Change-Id: I02c288aefb6a03e6812fff05ecc97ae187f874c3
parent
a57bac44
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 @
8c332d43
...
...
@@ -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
=
13126
5
00
versioncode
=
13126
6
00
# 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.6
5
versionname
=
2.6
6
useslocation
=
False
androidminsdk
=
7
actionbar
=
true
...
...
appinventor/components/src/com/google/appinventor/components/common/YaVersion.java
View file @
8c332d43
...
...
@@ -1588,12 +1588,12 @@ public class YaVersion {
public
static
final
String
ACCEPTABLE_COMPANION_PACKAGE
=
"edu.mit.appinventor.aicompanion3"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.6
5
"
;
public
static
final
String
PREFERRED_COMPANION
=
"2.6
6
"
;
public
static
final
String
EMULATOR_UPDATE_URL
=
""
;
// Should be an APK
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.6
5"
,
"2.65
u"
};
public
static
final
String
[]
ACCEPTABLE_COMPANIONS
=
{
"2.6
6"
,
"2.66
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