Skip to content

Commit 762dbf6

Browse files
committed
updated support, services, and wear versions
1 parent 825b154 commit 762dbf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/processing/mode/android/AndroidBuild.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ class AndroidBuild extends JavaBuild {
7474
// All of these are hard-coded, as the TARGET_SDK. Should obtained from the
7575
// repository files? Or users being able to change them in the preferences
7676
// 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";
77+
static public final String SUPPORT_VER = "25.3.1";
78+
static public final String PLAY_SERVICES_VER = "11.2.0";
79+
static public final String WEAR_VER = "2.0.4";
8080
static public final String GVR_VER = "1.60.1";
8181

8282
// Main activity or service

0 commit comments

Comments
 (0)