taler-android

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

commit 0b79b6f80a25c310bae39ffc24e562d8a285ce24
parent ec7fa8a06c531584f7a6c3c626bd4a9cfec472ce
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 31 Jul 2024 11:12:07 -0600

[wallet] Bump qtart to 0.12.7 + bump dependencies

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

diff --git a/build.gradle b/build.gradle @@ -4,7 +4,7 @@ buildscript { ktor_version = '2.3.11' nav_version = '2.7.7' material_version = '1.12.0' - lifecycle_version = '2.8.3' + lifecycle_version = '2.8.4' constraintlayout_version = '2.1.4' junit_version = "4.13.2" // 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 @@ -22,7 +22,7 @@ plugins { id "kotlinx-serialization" } -def qtart_version = "0.12.6" +def qtart_version = "0.12.7" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -141,7 +141,7 @@ dependencies { 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.0' + implementation 'androidx.activity:activity-compose:1.9.1' implementation 'androidx.compose.ui:ui-tooling-preview' debugImplementation 'androidx.compose.ui:ui-tooling' @@ -170,7 +170,7 @@ dependencies { implementation "io.noties.markwon:ext-tables:$markwon_version" implementation "io.noties.markwon:recycler:$markwon_version" - // Java Native access for qtart + // Java Native Access (must always match JNA in qtart) implementation "net.java.dev.jna:jna:5.13.0@aar" testImplementation "junit:junit:$junit_version"