From 34c81cf1d32434309630a7cd98ac4897d2b21c38 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 3 Oct 2022 18:25:01 -0400 Subject: [PATCH] Update all dependencies Signed-off-by: Andrew Gunnerson --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3f7986365..da2f6380c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -141,11 +141,11 @@ android { } dependencies { - implementation("androidx.activity:activity-ktx:1.5.1") + implementation("androidx.activity:activity-ktx:1.6.0") implementation("androidx.appcompat:appcompat:1.5.1") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.documentfile:documentfile:1.0.1") - implementation("androidx.fragment:fragment-ktx:1.5.2") + implementation("androidx.fragment:fragment-ktx:1.5.3") implementation("androidx.preference:preference-ktx:1.2.0") implementation("com.google.android.material:material:1.6.1") testImplementation("junit:junit:4.13.2")