Skip to content

Commit 425a508

Browse files
committed
Temporally downgrade build-tools as Jitpack has not updated yet
1 parent 1fc84b9 commit 425a508

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
@@ -9,13 +9,13 @@ dependencies:
99
- /usr/local/android-sdk-linux/extras/android/m2repository
1010
- /usr/local/android-sdk-linux/extras/google/m2repository
1111
- /usr/local/android-sdk-linux/platforms/android-24
12-
- /usr/local/android-sdk-linux/build-tools/24.0.3
12+
- /usr/local/android-sdk-linux/build-tools/24.0.2
1313
- /usr/local/android-sdk-linux/platform-tools
1414
pre:
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.3 ] ; then echo y | android update sdk --no-ui --all --filter "build-tools-24.0.3" ; 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
1919
- 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

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.3'
8+
buildToolsVersion '24.0.2'
99

1010
defaultConfig {
1111
minSdkVersion 14

0 commit comments

Comments
 (0)