gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: Upgrade libraries


From: gnunet
Subject: [taler-taler-android] branch master updated: Upgrade libraries
Date: Wed, 03 Jan 2024 19:00:14 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new 034d787  Upgrade libraries
034d787 is described below

commit 034d787f12367c7a62b6ae78db08ae723beda034
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Jan 2 15:19:45 2024 -0300

    Upgrade libraries
---
 build.gradle        | 6 +++---
 wallet/build.gradle | 2 +-
 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'
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]