2015-11-23 21:24:18 +00:00
|
|
|
language: android
|
2017-07-05 12:32:37 +00:00
|
|
|
|
2015-11-23 21:24:18 +00:00
|
|
|
android:
|
|
|
|
components:
|
2017-07-05 12:32:37 +00:00
|
|
|
- tools
|
|
|
|
- platform-tools
|
2015-11-23 21:31:11 +00:00
|
|
|
- tools
|
2015-11-23 21:24:18 +00:00
|
|
|
|
2020-05-08 01:01:25 +00:00
|
|
|
- build-tools-29.0.3
|
2020-02-15 13:13:51 +00:00
|
|
|
- android-29
|
2015-11-23 21:24:18 +00:00
|
|
|
|
|
|
|
- extra-google-m2repository
|
|
|
|
- extra-android-m2repository
|
2019-06-11 08:07:13 +00:00
|
|
|
licenses:
|
|
|
|
- 'android-sdk-preview-license-52d11cd2'
|
|
|
|
- 'android-sdk-license-.+'
|
|
|
|
- 'google-gdk-license-.+'
|
2017-07-05 12:32:37 +00:00
|
|
|
|
|
|
|
jdk:
|
|
|
|
- oraclejdk8
|
|
|
|
|
2015-11-25 22:02:54 +00:00
|
|
|
script:
|
|
|
|
- ./gradlew build
|
|
|
|
|
2015-11-23 22:31:26 +00:00
|
|
|
|