Update Companion Version to 2.70

Change-Id: I6b1df4225b3bf30263f6adb3281e3a56b0349c98
parent 9cfc5fca
...@@ -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=13326900 versioncode=13327000
# 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
......
...@@ -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.69u" }; public static final String [] ACCEPTABLE_COMPANIONS = { "2.70", "2.70u" };
// Splash Screen Values // Splash Screen Values
public static final int SPLASH_SURVEY = 1; public static final int SPLASH_SURVEY = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment