Skip to content

Commit 6faf210

Browse files
committed
Update build-tools and platform-tools
1 parent 97e7f98 commit 6faf210

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies:
1515
- if [ $(grep -q "Revision=38.0.0" $ANDROID_HOME/extras/android/m2repository/source.properties) ] ; then echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" ; fi
1616
- if [ $(grep -q "Revision=36" $ANDROID_HOME/extras/google/m2repository/source.properties) ] ; then echo y | android update sdk --no-ui --all --filter "extra-google-m2repository" ; fi
1717
- if [ ! -e $ANDROID_HOME/platforms/android-24 ] ; then echo y | android update sdk --no-ui --all --filter "android-24" ; fi
18-
- if [ ! -e $ANDROID_HOME/build-tools/24.0.2 ] ; then echo y | android update sdk --no-ui --all --filter "build-tools-24.0.2" ; fi
19-
- if [ $(grep -q "Revision=24.0.3" $ANDROID_HOME/platform-tools/source.properties) ] ; then echo y | android update sdk --no-ui --all --filter "platform-tools" ; fi
18+
- if [ ! -e $ANDROID_HOME/build-tools/24.0.3 ] ; then echo y | android update sdk --no-ui --all --filter "build-tools-24.0.2" ; fi
19+
- if [ $(grep -q "Revision=24.0.4" $ANDROID_HOME/platform-tools/source.properties) ] ; then echo y | android update sdk --no-ui --all --filter "platform-tools" ; fi
2020
override:
2121
- ./gradlew dependencies -Dorg.gradle.daemon=false --console=plain
2222

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group = 'com.github.proxer'
55

66
android {
77
compileSdkVersion 24
8-
buildToolsVersion '24.0.2'
8+
buildToolsVersion '24.0.3'
99

1010
defaultConfig {
1111
minSdkVersion 14

0 commit comments

Comments
 (0)