Skip to content

Commit

Permalink
[修复] 修复CI更新签名不一致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YenalyLiew committed Aug 28, 2024
1 parent 15292ff commit 19c1ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
buildTypes {
release {
isMinifyEnabled = false // 被迫 false,混淆会导致无法获取父类泛型
signingConfig = signingConfigs.getByName("debug")
signingConfig = signConfig
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
)
Expand Down

0 comments on commit 19c1ed0

Please sign in to comment.