From d4c2ce68e453bf8272b08199b9907616872ee623 Mon Sep 17 00:00:00 2001 From: GKF Date: Mon, 10 Jun 2019 08:29:02 +0800 Subject: [PATCH] up --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 59f718d71..a403631ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { //androidX implementation 'androidx.core:core-ktx:1.2.0-alpha01' - implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' + implementation 'androidx.appcompat:appcompat:1.1.0-beta01' implementation 'androidx.preference:preference:1.1.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1' implementation 'com.google.android.material:material:1.1.0-alpha07'