mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
7 lines
104 B
YAML
7 lines
104 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-8
|
|
install: gradle assemble
|
|
script: gradle check
|
|
|