taler-android

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

commit 453ff23088310aceec251764691c436b9c9634c8
parent 6e3e6ea118b83c8f230b346f637055311ee5bb06
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri,  2 May 2025 10:12:32 +0200

[wallet] release v0.14.6

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

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -45,8 +45,8 @@ android { applicationId "net.taler.wallet" minSdkVersion 24 targetSdkVersion 35 - versionCode 54 - versionName "0.14.5" + versionCode 55 + versionName "0.14.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -136,7 +136,7 @@ dependencies { implementation "androidx.browser:browser:1.8.0" // Compose - implementation platform('androidx.compose:compose-bom:2025.03.00') + implementation platform('androidx.compose:compose-bom:2025.04.01') implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material:material-icons-extended' implementation "androidx.compose.runtime:runtime-livedata"