taler-android

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

commit 9f21c1651eeb81b58e55c4fec64716f2e05df2a1
parent 2cede292a2d1d40473912e06f322b7600ae79ead
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 24 Apr 2026 21:39:39 +0200

[wallet] bump dependencies

Diffstat:
Mbuild.gradle | 4++--
Mwallet/build.gradle | 8++++----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -1,8 +1,8 @@ buildscript { ext { - kotlin_version = '2.2.20' // observe compatibility with compose compiler + kotlin_version = '2.3.21' // observe compatibility with compose compiler ktor_version = '3.4.0' - nav_version = '2.9.7' + nav_version = '2.9.8' material_version = '1.13.0' lifecycle_version = '2.10.0' constraintlayout_version = '2.2.1' diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -126,17 +126,17 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' implementation "com.google.android.material:material:$material_version" implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version" - implementation "androidx.browser:browser:1.9.0" + implementation "androidx.browser:browser:1.10.0" implementation "androidx.biometric:biometric-ktx:1.4.0-alpha02" // Compose - implementation platform('androidx.compose:compose-bom:2026.02.00') + implementation platform('androidx.compose:compose-bom:2026.04.01') 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.36.0" - implementation 'androidx.activity:activity-compose:1.12.4' + implementation 'androidx.activity:activity-compose:1.13.0' implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-viewbinding' implementation "androidx.fragment:fragment-compose:1.8.9" @@ -172,7 +172,7 @@ dependencies { // Shared preferences implementation "androidx.datastore:datastore:$datastore_version" - implementation "com.google.protobuf:protobuf-javalite:4.33.5" + implementation "com.google.protobuf:protobuf-javalite:4.34.1" testImplementation "junit:junit:$junit_version" testImplementation 'org.json:json:20251224'