Update Companion Version to 2.65

Change-Id: I22e03090d105f0851e0e7b9225d05fb6851737b3
This commit is contained in:
Jeffrey I. Schiller 2022-09-16 13:54:41 -04:00
parent b8e4695aa5
commit e33b140414
No known key found for this signature in database
GPG Key ID: EFDDD942C62CD25A
2 changed files with 4 additions and 4 deletions

View File

@ -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=13026400
versioncode=13126500
# 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.64
versionname=2.65
useslocation=False
androidminsdk=7
actionbar=true

View File

@ -1562,12 +1562,12 @@ public class YaVersion {
public static final String ACCEPTABLE_COMPANION_PACKAGE = "edu.mit.appinventor.aicompanion3";
public static final String PREFERRED_COMPANION = "2.64";
public static final String PREFERRED_COMPANION = "2.65";
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.64", "2.64u" };
public static final String [] ACCEPTABLE_COMPANIONS = { "2.65", "2.65u" };
// Splash Screen Values
public static final int SPLASH_SURVEY = 1;