taler-android

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

commit 64c800a7244c32ba3be78b07db437d61a4a1f437
parent 3e58682c6f81da19fe160d2f500fa6d1757c736c
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sat,  9 May 2026 17:51:31 +0200

[wallet] bump qtart to 1.5.12, target API 37

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

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -24,7 +24,7 @@ plugins { id "org.jetbrains.kotlin.plugin.compose" version "$kotlin_version" } -def qtart_version = "1.5.11" +def qtart_version = "1.5.12" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -36,12 +36,12 @@ def gitCommit = { -> android { namespace 'net.taler.wallet' - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { applicationId "net.taler.wallet" minSdkVersion 24 - targetSdkVersion 36 + targetSdkVersion 37 versionCode 81 versionName "1.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -168,7 +168,7 @@ dependencies { implementation("com.mikepenz:multiplatform-markdown-renderer-m3:$markdown_version") // Java Native Access (must always match JNA in qtart) - implementation "net.java.dev.jna:jna:5.17.0@aar" + implementation "net.java.dev.jna:jna:5.18.1@aar" // Shared preferences implementation "androidx.datastore:datastore:$datastore_version"