From f1e6cbcdf10245b599b34384b52ee1d4d47ea0be Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Feb 2023 05:33:42 +0100 Subject: [PATCH] chore: update dependencies Signed-off-by: oSumAtrIX --- app/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bb121734..dfdf8d89 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,6 +1,3 @@ -import java.io.FileInputStream -import java.util.Properties - plugins { id("com.android.application") id("org.jetbrains.kotlin.android") @@ -47,7 +44,7 @@ android { dependencies { compileOnly(project(mapOf("path" to ":dummy"))) compileOnly("androidx.annotation:annotation:1.5.0") - compileOnly("androidx.appcompat:appcompat:1.5.1") + compileOnly("androidx.appcompat:appcompat:1.6.1") compileOnly("com.squareup.okhttp3:okhttp:5.0.0-alpha.11") compileOnly("com.squareup.retrofit2:retrofit:2.9.0") }