Skip to content

Commit b154907

Browse files
committed
Android target upgrade from 10 to 15
Upgrade of the build target version number from 10 to 15 to get commandline build working again. I further suggest moving these values to an external settings file that also holds major file locations as well.
1 parent 41ff925 commit b154907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/AndroidBuild.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
class AndroidBuild extends JavaBuild {
4848
// static final String basePackage = "changethispackage.beforesubmitting.tothemarket";
4949
static final String basePackage = "processing.test";
50-
static String sdkName = "2.3.3";
51-
static String sdkVersion = "10"; // Android 2.3.3 (Gingerbread)
50+
static String sdkName = "4.0.3";
51+
static String sdkVersion = "15"; // Android 4.0.3 (Ice Cream Sandwich MR1)
5252
static String sdkTarget = "android-" + sdkVersion;
5353

5454
private final AndroidSDK sdk;

0 commit comments

Comments
 (0)