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 c572d2b commit 241f30fCopy full SHA for 241f30f
src/processing/mode/android/AndroidBuild.java
@@ -86,7 +86,7 @@ class AndroidBuild extends JavaBuild {
86
static {
87
PLAY_SERVICES_VER = Preferences.get("android.sdk.play_services");
88
if (PLAY_SERVICES_VER == null) {
89
- PLAY_SERVICES_VER = "11.8.0";
+ PLAY_SERVICES_VER = "11.0.4";
90
Preferences.set("android.sdk.play_services", PLAY_SERVICES_VER);
91
}
92
0 commit comments