File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = 'com.github.proxer'
55
66android {
77 compileSdkVersion 24
8- buildToolsVersion ' 24.0.2 '
8+ buildToolsVersion ' 24.0.3 '
99
1010 defaultConfig {
1111 minSdkVersion 14
You can’t perform that action at this time.
0 commit comments