From 0d1c565fdfba98451c0007b13df944fc0075f1cc Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:47:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=83=E7=94=A8=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 39d87d50..4bcb608a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ if (!isSelfBuild) { } android { - compileSdkVersion 33 + compileSdk 33 buildToolsVersion '33.0.0' defaultConfig { applicationId "com.huanchengfly.tieba.post" @@ -57,7 +57,8 @@ android { keyPassword keystoreProperties["releaseKeyPassword"] storeFile file(rootDir.getCanonicalPath() + "/" + keystoreProperties["releaseKeyStore"]) storePassword keystoreProperties["releaseStorePassword"] - v2SigningEnabled true + enableV1Signing true + enableV2Signing true enableV3Signing true enableV4Signing true }