Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 80c1e5c

Browse files
committed
Get back to build tools 23.0.0
1 parent cd696b9 commit 80c1e5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: android
22

33
android:
44
components:
5-
- build-tools-23.0.3
5+
- build-tools-23.0.0
66
- android-23
77
- extra-android-m2repository
88

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_6
3131

3232
android {
3333
compileSdkVersion 23
34-
buildToolsVersion '23.0.3'
34+
buildToolsVersion '23.0.0'
3535

3636
defaultConfig {
3737
minSdkVersion 4

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion 23
21-
buildToolsVersion '23.0.3'
21+
buildToolsVersion '23.0.0'
2222

2323
defaultConfig {
2424
applicationId 'io.michaelrocks.callme.sample'

0 commit comments

Comments
 (0)