You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: circle.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ dependencies:
8
8
cache_directories:
9
9
- /usr/local/android-sdk-linux
10
10
pre:
11
-
- 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"
12
-
- 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"
13
-
- if [ ! -e $ANDROID_HOME/platforms/android-24 ]; then echo y | android update sdk --no-ui --all --filter "android-24"
14
-
- if [ ! -e $ANDROID_HOME/build-tools/24.0.2 ]; then echo y | android update sdk --no-ui --all --filter "build-tools-24.0.2"
15
-
- 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"
11
+
- 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
12
+
- 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
13
+
- if [ ! -e $ANDROID_HOME/platforms/android-24 ]; then echo y | android update sdk --no-ui --all --filter "android-24" fi
14
+
- 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
15
+
- 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
0 commit comments