Commit 09ab2276 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Update Companion Version to 2.51

Change-Id: Ib22f2b97c0bdec3a8f24f9c60b3f5cfcc8287d7c
parent 0cda9653
......@@ -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=12625000
versioncode=12625100
# 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.50
versionname=2.51
useslocation=False
androidminsdk=7
actionbar=true
......
......@@ -1212,11 +1212,11 @@ public class YaVersion {
public static final String ACCEPTABLE_COMPANION_PACKAGE = "edu.mit.appinventor.aicompanion3";
public static final String PREFERRED_COMPANION = "2.50";
public static final String PREFERRED_COMPANION = "2.51";
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.50" };
public static final String [] ACCEPTABLE_COMPANIONS = { "2.51" };
// Splash Screen Values
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