andOTP/.travis.yml
Daniel Ziegenberg 555897bdf0
Updating build environment, tools, dependencies and travis build
- update compileSdkVersion to 30
 - update buildToolsVersion to 30.0.3
 - update targetSdkVersion to 30
 - update androidx.media:media to 1.2.1
 - update androidx.constraintlayout:constraintlayout to 2.0.4
 - update androidx.lifecycle to 2.3.0
 - update com.android.tools:desugar_jdk_libs to 1.1.5
 - update com.google.android.material:material to 1.3.0
 - pin com.google.zxing:core version below 3.4

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-07 20:58:49 +01:00

25 lines
367 B
YAML

language: android
android:
components:
- tools
- platform-tools
- tools
- build-tools-30.0.3
- android-30
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
jdk:
- oraclejdk8
script:
- ./gradlew build