feat(android): update dependencies

This commit is contained in:
Johannes Millan 2025-04-17 16:31:23 +02:00
parent 53e866bcd3
commit cb60bf2600

View file

@ -92,21 +92,21 @@ android {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation "androidx.appcompat:appcompat:1.5.1"
implementation "com.google.androidbrowserhelper:androidbrowserhelper:2.4.0"
implementation "com.google.code.gson:gson:2.10"
implementation "androidx.core:core-ktx:1.9.0"
implementation 'androidx.lifecycle:lifecycle-process:2.8.6'
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "com.google.androidbrowserhelper:androidbrowserhelper:2.5.0"
implementation "com.google.code.gson:gson:2.10.1"
implementation "androidx.core:core-ktx:1.16.0"
implementation 'androidx.lifecycle:lifecycle-process:2.8.7'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "com.anggrayudi:storage:1.5.4"
playImplementation "com.google.android.gms:play-services-auth:20.4.0"
playImplementation "com.google.android.gms:play-services-auth:21.3.0"
implementation project(':capacitor-android')
testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test:rules:1.5.0"
androidTestImplementation "androidx.test:rules:1.6.1"
androidTestImplementation "com.android.support.test:runner:1.0.2"
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
}