From 23cd90b4fda8fd3e0ae525c97e3c84d47746b439 Mon Sep 17 00:00:00 2001 From: Jonas Heubuch Date: Fri, 12 Jan 2024 20:05:29 +0100 Subject: [PATCH] :arrow_up: Update dependencies (#319) --- app/build.gradle | 12 ++++++------ build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 67dbda08..eb75f7d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,17 +118,17 @@ dependencies { implementation "com.google.accompanist:accompanist-systemuicontroller:0.30.1" implementation "com.google.accompanist:accompanist-permissions:0.30.1" implementation "androidx.compose.material3:material3:1.1.2" - implementation "androidx.activity:activity-compose:1.8.0" + implementation "androidx.activity:activity-compose:1.8.2" implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1" implementation "androidx.core:core-ktx:1.12.0" implementation "androidx.appcompat:appcompat:1.6.1" - implementation "com.google.android.material:material:1.10.0" + implementation "com.google.android.material:material:1.11.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" - implementation "androidx.browser:browser:1.6.0" + implementation "androidx.browser:browser:1.7.0" implementation "androidx.core:core-splashscreen:1.0.1" implementation "com.auth0.android:jwtdecode:2.0.2" implementation "net.openid:appauth:0.11.1" @@ -142,7 +142,7 @@ dependencies { implementation "com.jcloquell:androidsecurestorage:0.1.3" // Navigation Component - implementation "androidx.navigation:navigation-compose:2.7.5" + implementation "androidx.navigation:navigation-compose:2.7.6" // Retrofit implementation "com.squareup.retrofit2:converter-gson:2.9.0" diff --git a/build.gradle b/build.gradle index b69e00e1..0f261b2c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,9 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:8.1.3' + classpath 'com.android.tools.build:gradle:8.1.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0" - classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.5" + classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.8.3" classpath "com.google.gms:google-services:4.4.0"