We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825b154 commit 762dbf6Copy full SHA for 762dbf6
src/processing/mode/android/AndroidBuild.java
@@ -74,9 +74,9 @@ class AndroidBuild extends JavaBuild {
74
// All of these are hard-coded, as the TARGET_SDK. Should obtained from the
75
// repository files? Or users being able to change them in the preferences
76
// file?
77
- static public final String SUPPORT_VER = "25.2.0";
78
- static public final String PLAY_SERVICES_VER = "10.2.0";
79
- static public final String WEAR_VER = "2.0.0";
+ static public final String SUPPORT_VER = "25.3.1";
+ static public final String PLAY_SERVICES_VER = "11.2.0";
+ static public final String WEAR_VER = "2.0.4";
80
static public final String GVR_VER = "1.60.1";
81
82
// Main activity or service
0 commit comments