mirror of
https://github.com/readrops/Readrops.git
synced 2024-12-16 10:50:10 +01:00
8 lines
151 B
YAML
8 lines
151 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-28
|
|
- build-tools-29.0.4
|
|
|
|
script:
|
|
- ./gradlew clean assembleDebug assembleRelease testDebug |