From 83b153f1ad167494193fec524c8255906991f8cd Mon Sep 17 00:00:00 2001 From: kunfei Date: Sat, 17 Sep 2022 22:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69d7a4d92..b634e330f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ def version = "3." + releaseTime() def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim()) android { - compileSdkVersion 32 - buildToolsVersion "32.0.0" + compileSdkVersion 33 + buildToolsVersion "33.0.0" namespace 'io.legado.app' kotlinOptions { jvmTarget = "11" @@ -41,7 +41,7 @@ android { defaultConfig { applicationId "io.legado.app" minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 10000 + gitCommits versionName version testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -152,7 +152,7 @@ dependencies { implementation('com.github.android:renderscript-intrinsics-replacement-toolkit:b6363490c3') //androidX - implementation('androidx.core:core-ktx:1.8.0') + implementation('androidx.core:core-ktx:1.9.0') implementation('androidx.appcompat:appcompat:1.5.1') implementation('androidx.activity:activity-ktx:1.5.1') implementation('androidx.fragment:fragment-ktx:1.5.2')