From 3b0999ac1e3424047e44acf52efc2e17f7257415 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 11 Feb 2023 19:39:29 -0500 Subject: [PATCH] Update all dependencies Signed-off-by: Andrew Gunnerson --- app/build.gradle.kts | 8 ++++---- build.gradle.kts | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 585d17a8d..75668402e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -160,15 +160,15 @@ android { dependencies { implementation("androidx.activity:activity-ktx:1.6.1") - implementation("androidx.appcompat:appcompat:1.5.1") + implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.documentfile:documentfile:1.0.1") implementation("androidx.fragment:fragment-ktx:1.5.5") implementation("androidx.preference:preference-ktx:1.2.0") - implementation("com.google.android.material:material:1.7.0") + implementation("com.google.android.material:material:1.8.0") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") } val archive = tasks.register("archive") { diff --git a/build.gradle.kts b/build.gradle.kts index e82ddb774..10539b43a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "7.3.1" apply false - id("com.android.library") version "7.3.1" apply false - id("org.jetbrains.kotlin.android") version "1.7.22" apply false + id("com.android.application") version "7.4.0" apply false + id("com.android.library") version "7.4.0" apply false + id("org.jetbrains.kotlin.android") version "1.8.10" apply false } task("clean") {