Update Drone CI configuration (#407)

Co-authored-by: Amab <juanmi1982@gmail.com>
Reviewed-on: #407
This commit is contained in:
Marown 2022-11-01 11:24:52 +01:00
parent e5f5037fc7
commit 0f9fa51219
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ steps:
- git fetch --tags
- name: build & test
image: amab/android-sdk-docker:latest
image: git.cuernodehipnos.es/marown/android-sdk-docker:latest
privileged: true
commands:
# Create and run emulator

View File

@ -84,7 +84,7 @@ dependencies {
implementation 'com.journeyapps:zxing-android-embedded:4.3.0@aar'
implementation 'com.google.zxing:core:3.5.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.7.0'
implementation platform('com.google.firebase:firebase-bom:30.3.2')
implementation 'com.google.firebase:firebase-analytics'
}