Skip to content

Commit a5eecd7

Browse files
committed
Revert to API level 21
1 parent abed882 commit a5eecd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010

1111
env:
1212
global:
13-
- ANDROID_API_LEVEL=23
13+
- ANDROID_API_LEVEL=21
1414
- ANDROID_BUILD_TOOLS_VERSION=23.0.0
1515
- ANDROID_ABI=google_apis/armeabi-v7a
1616
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
}
1919

2020
android {
21-
compileSdkVersion "Google Inc.:Google APIs:23"
21+
compileSdkVersion "Google Inc.:Google APIs:21"
2222
buildToolsVersion "23.0.0"
2323

2424
sourceSets {

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222

2323
android {
24-
compileSdkVersion "Google Inc.:Google APIs:23"
24+
compileSdkVersion "Google Inc.:Google APIs:21"
2525
buildToolsVersion "23.0.0"
2626

2727
sourceSets {

0 commit comments

Comments
 (0)