From 05ce6c1d726f74d8971b4725f70936c2afe8179b Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 14 Feb 2022 07:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=B2=BE=E7=AE=80gr?= =?UTF-8?q?adle=E4=BE=9D=E8=B5=96=EF=BC=88=E7=98=A6=E8=BA=AB=E8=AE=A1?= =?UTF-8?q?=E5=88=92=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d91eb4ba..0dc03af0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,9 @@ if (versionPropsFile.exists()) { } android { - buildToolsVersion '30.0.3' - compileSdkVersion 31 + //noinspection GradleDependency + buildToolsVersion '32.0.0' + compileSdkVersion 32 compileOptions { sourceCompatibility 11 targetCompatibility 11 @@ -23,7 +24,7 @@ android { defaultConfig { applicationId "com.idormy.sms.forwarder" minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 32 versionCode versionProps['versionCode'].toInteger() versionName versionProps['versionName'] testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' @@ -136,13 +137,10 @@ void cmdExecute(String cmd) { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //noinspection GradleDependency - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - //noinspection GradleDependency - implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.5.2' //implementation 'com.google.android.material:material:1.5.0' - //noinspection GradleDynamicVersion - testImplementation 'junit:junit:4.+' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'