summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2024-01-02 15:19:45 -0300
committerTorsten Grote <t@grobox.de>2024-01-02 15:19:45 -0300
commit034d787f12367c7a62b6ae78db08ae723beda034 (patch)
tree866d77eac18a2e0afd1c2acc4633c12e40d9945f
parent98d36756c05af50b93f397ed47560046dd9748ae (diff)
downloadtaler-android-034d787f12367c7a62b6ae78db08ae723beda034.tar.gz
taler-android-034d787f12367c7a62b6ae78db08ae723beda034.tar.bz2
taler-android-034d787f12367c7a62b6ae78db08ae723beda034.zip
Upgrade libraries
-rw-r--r--build.gradle6
-rw-r--r--wallet/build.gradle2
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 53ea7cc..9fc27f6 100644
--- 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
index c8ac171..78f04f3 100644
--- 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'