Skip to content

Commit a76fa30

Browse files
committed
Not working for now - don't cache anything
1 parent 6735e5e commit a76fa30

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

circle.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ machine:
55
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
66

77
dependencies:
8-
cache_directories:
9-
- /usr/local/android-sdk-linux
108
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" 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
9+
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
10+
- echo y | android update sdk --no-ui --all --filter "extra-google-m2repository"
11+
- echo y | android update sdk --no-ui --all --filter "extra-android-support"
12+
- echo y | android update sdk --no-ui --all --filter "android-24"
13+
- echo y | android update sdk --no-ui --all --filter "build-tools-24.0.2"
14+
- echo y | android update sdk --no-ui --all --filter "platform-tools"
1615
override:
1716
- ./gradlew dependencies -Dorg.gradle.daemon=false --console=plain
1817

0 commit comments

Comments
 (0)