We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151956 commit e5b6535Copy full SHA for e5b6535
circle.yml
@@ -0,0 +1,11 @@
1
+dependencies:
2
+ pre:
3
+ # Android SDK Platform 25
4
+ - if [ ! -d "/usr/local/android-sdk-linux/platforms/android-25" ]; then echo y | android update sdk --no-ui --all --filter "android-25"; fi
5
+
6
+ # Android SDK Build-tools, revision 25.0.1
7
+ - if [ ! -d "/usr/local/android-sdk-linux/build-tools/25.0.1" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-25.0.1"; fi
8
9
+ cache_directories:
10
+ - /usr/local/android-sdk-linux/platforms/android-25
11
+ - /usr/local/android-sdk-linux/build-tools/25.0.1
0 commit comments