mirror of
https://github.com/ACRA/acra.git
synced 2026-03-13 10:09:46 +08:00
* fix mailsender on android q * update travis.yml * move to stable api * fix travis * fix travis 2 * update robolectric
13 lines
302 B
YAML
13 lines
302 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-28.0.3
|
|
- build-tools-29.0.0
|
|
- android-29
|
|
before_cache:
|
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
|
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
|
cache:
|
|
directories:
|
|
- $HOME/.gradle/caches/
|
|
- $HOME/.gradle/wrapper/ |