From cb60bf2600a9830dc6c6f65338fb45500e7a989e Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 17 Apr 2025 16:31:23 +0200 Subject: [PATCH] feat(android): update dependencies --- android/app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 073d70b4c7..0e263bfbaf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" }