Skip to content

Commit 241f30f

Browse files
committed
use play services 11.0.4 by default
1 parent c572d2b commit 241f30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AndroidBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class AndroidBuild extends JavaBuild {
8686
static {
8787
PLAY_SERVICES_VER = Preferences.get("android.sdk.play_services");
8888
if (PLAY_SERVICES_VER == null) {
89-
PLAY_SERVICES_VER = "11.8.0";
89+
PLAY_SERVICES_VER = "11.0.4";
9090
Preferences.set("android.sdk.play_services", PLAY_SERVICES_VER);
9191
}
9292
}

0 commit comments

Comments
 (0)