mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
8 lines
118 B
YAML
8 lines
118 B
YAML
|
language: android
|
||
|
android:
|
||
|
components:
|
||
|
- android-28
|
||
|
- build-tools-28.0.3
|
||
|
script:
|
||
|
- ./gradlew build test
|