We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abed882 commit a5eecd7Copy full SHA for a5eecd7
.travis.yml
@@ -10,7 +10,7 @@ cache:
10
11
env:
12
global:
13
- - ANDROID_API_LEVEL=23
+ - ANDROID_API_LEVEL=21
14
- ANDROID_BUILD_TOOLS_VERSION=23.0.0
15
- ANDROID_ABI=google_apis/armeabi-v7a
16
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
demo/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
}
19
20
android {
21
- compileSdkVersion "Google Inc.:Google APIs:23"
+ compileSdkVersion "Google Inc.:Google APIs:21"
22
buildToolsVersion "23.0.0"
23
24
sourceSets {
library/build.gradle
@@ -21,7 +21,7 @@ dependencies {
25
26
27
0 commit comments