File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ dependencies:
1212 - /usr/local/android-sdk-linux/build-tools/24.0.2
1313 - /usr/local/android-sdk-linux/platform-tools
1414 pre :
15- - 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
16- - 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
15+ - 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
16+ - 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
1818 - 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
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
2020 override :
2121 - ./gradlew dependencies -Dorg.gradle.daemon=false --console=plain
2222
You can’t perform that action at this time.
0 commit comments