From fb3aa96c0a18617cebe4eb361731a44c2a5ca19e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 22 Feb 2023 06:15:05 +0800 Subject: [PATCH] Update Gradle dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0aa4cfb..a90159f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'com.github.duanhong169:drawabletoolbox:1.0.7' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7' implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2'