From 525a25cb079cde9e6fa81d41d806f9deb7e5f77b Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Fri, 9 Jun 2023 15:38:34 +0200 Subject: [PATCH] Bump dependency versions --- app/build.gradle | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dc928af..7220e8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,13 +66,13 @@ if (project.hasProperty('sign')) { dependencies { implementation project(':client') - implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'androidx.core:core-splashscreen:1.0.0' - implementation 'com.google.android.material:material:1.7.0' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.core:core-splashscreen:1.0.1' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' - implementation 'androidx.preference:preference:1.2.0' + implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'com.github.cyb3rko:QuickPermissions-Kotlin:1.0.2' implementation 'com.hypertrack:hyperlog:0.0.10' diff --git a/build.gradle b/build.gradle index 2f8dcbb..70ea2df 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.0.2' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files