taler-android

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

commit fe1b7ce81c4203ad59544a89f5ad110abf584263
parent 723ac9401006677a10077c0e5037b772c2bb50d7
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sat,  1 Nov 2025 21:12:12 +0100

Bump more dependencies

Diffstat:
Mbuild.gradle | 2+-
Mmerchant-lib/build.gradle | 2+-
Mwallet/build.gradle | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlin_version = '2.2.0' // observe compatibility with compose compiler + kotlin_version = '2.2.20' // observe compatibility with compose compiler ktor_version = '3.3.1' nav_version = '2.9.5' material_version = '1.13.0' diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle @@ -24,7 +24,7 @@ plugins { android { namespace 'net.taler.merchantlib' - compileSdk 34 + compileSdkVersion 36 defaultConfig { minSdkVersion 21 diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation "androidx.biometric:biometric-ktx:1.4.0-alpha02" // Compose - implementation platform('androidx.compose:compose-bom:2025.05.01') + implementation platform('androidx.compose:compose-bom:2025.10.01') implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material:material-icons-extended' implementation "androidx.compose.runtime:runtime-livedata"