taler-android

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

commit 034d787f12367c7a62b6ae78db08ae723beda034
parent 98d36756c05af50b93f397ed47560046dd9748ae
Author: Torsten Grote <t@grobox.de>
Date:   Tue,  2 Jan 2024 15:19:45 -0300

Upgrade libraries

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

diff --git a/build.gradle b/build.gradle @@ -2,8 +2,8 @@ buildscript { ext { kotlin_version = '1.9.21' // observe compatibility with compose compiler ktor_version = '2.3.5' - nav_version = '2.7.5' - material_version = '1.10.0' + nav_version = '2.7.6' + material_version = '1.11.0' lifecycle_version = '2.6.2' constraintlayout_version = '2.1.4' junit_version = "4.13.2" @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.4' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -126,7 +126,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.8.1' + implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.compose.ui:ui-tooling-preview' debugImplementation 'androidx.compose.ui:ui-tooling'