taler-android

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

commit 8e77661fc1300f5338a9737c0c3fd4eca2d3974b
parent 21b5aa76538d354a605c6821b597552446367105
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 18 Dec 2024 17:58:58 +0100

[wallet] release v0.14.1

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

diff --git a/build.gradle b/build.gradle @@ -2,10 +2,10 @@ buildscript { ext { kotlin_version = '1.9.24' // observe compatibility with compose compiler ktor_version = '2.3.11' - nav_version = '2.7.7' + nav_version = '2.8.5' material_version = '1.12.0' - lifecycle_version = '2.8.4' - constraintlayout_version = '2.1.4' + lifecycle_version = '2.8.7' + constraintlayout_version = '2.2.0' junit_version = "4.13.2" datastore_version = "1.1.1" // should debug build types be minified with D8 as well? good for catching issues early diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -45,8 +45,8 @@ android { applicationId "net.taler.wallet" minSdkVersion 24 targetSdkVersion 35 - versionCode 49 - versionName "0.14.0" + versionCode 50 + versionName "0.14.1" 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:2024.11.00') + implementation platform('androidx.compose:compose-bom:2024.12.01') implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material:material-icons-extended' implementation "androidx.compose.runtime:runtime-livedata" @@ -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.0.4' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3' // Nicer ProgressBar implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'