Skip to content

Commit 9109ea8

Browse files
committed
Added circle.yml for CircleCI config
1 parent 809b1d2 commit 9109ea8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
machine:
2+
java:
3+
version: openjdk8
4+
dependencies:
5+
pre:
6+
- echo y | android update sdk --no-ui --all --filter "tools,android-24,build-tools-24.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository"

0 commit comments

Comments
 (0)