mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
13 lines
196 B
YAML
13 lines
196 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-19.0.2
|
|
- android-10
|
|
licenses:
|
|
- 'android-sdk-.*'
|
|
- '.*intel.+'
|
|
script:
|
|
- ./gradlew build
|
|
notifications:
|
|
- email: false
|