555897bdf0
- 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>
25 lines
367 B
YAML
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
|
|
|
|
|