taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 60c832daca694a8041667e38adbf6d562d1e4443
parent 3c0a18096617da5de9992dbf6130d46fb3c72c87
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue, 25 Mar 2025 19:54:47 +0100

[wallet] bump all dependencies

Diffstat:
Mwallet/build.gradle | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -136,20 +136,20 @@ dependencies { implementation "androidx.browser:browser:1.8.0" // Compose - implementation platform('androidx.compose:compose-bom:2024.12.01') + implementation platform('androidx.compose:compose-bom:2025.03.00') implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material:material-icons-extended' implementation "androidx.compose.runtime:runtime-livedata" implementation "androidx.lifecycle:lifecycle-viewmodel-compose" implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0" - implementation 'androidx.activity:activity-compose:1.9.3' + implementation 'androidx.activity:activity-compose:1.10.1' implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-viewbinding' - implementation "androidx.fragment:fragment-compose:1.8.5" + implementation "androidx.fragment:fragment-compose:1.8.6" debugImplementation 'androidx.compose.ui:ui-tooling' // Lists and Selection - implementation "androidx.recyclerview:recyclerview:1.3.2" + implementation "androidx.recyclerview:recyclerview:1.4.0" implementation "androidx.recyclerview:recyclerview-selection:1.1.0" // Navigation Library @@ -162,7 +162,7 @@ dependencies { // QR codes implementation 'com.journeyapps:zxing-android-embedded:4.3.0@aar' // needed to support zxing library in taler-kotlin-android on API < 24 - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' // Nicer ProgressBar implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'