chore: 弃用废弃语法

This commit is contained in:
HuanCheng65 2023-07-11 14:47:29 +08:00
parent c541dbbbd6
commit 0d1c565fdf
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ if (!isSelfBuild) {
} }
android { android {
compileSdkVersion 33 compileSdk 33
buildToolsVersion '33.0.0' buildToolsVersion '33.0.0'
defaultConfig { defaultConfig {
applicationId "com.huanchengfly.tieba.post" applicationId "com.huanchengfly.tieba.post"
@ -57,7 +57,8 @@ android {
keyPassword keystoreProperties["releaseKeyPassword"] keyPassword keystoreProperties["releaseKeyPassword"]
storeFile file(rootDir.getCanonicalPath() + "/" + keystoreProperties["releaseKeyStore"]) storeFile file(rootDir.getCanonicalPath() + "/" + keystoreProperties["releaseKeyStore"])
storePassword keystoreProperties["releaseStorePassword"] storePassword keystoreProperties["releaseStorePassword"]
v2SigningEnabled true enableV1Signing true
enableV2Signing true
enableV3Signing true enableV3Signing true
enableV4Signing true enableV4Signing true
} }