From c7bffe785b4b4a433812de21cfae07f1b944f0eb Mon Sep 17 00:00:00 2001 From: petterp Date: Wed, 22 Jun 2022 22:04:08 +0800 Subject: [PATCH] =?UTF-8?q?build:=E8=B0=83=E6=95=B4androidx-core-ktx?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 496d72e..4b8dcc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.5.31' + implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'