Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 authored Dec 3, 2023
1 parent 2a1fc6c commit 5ee7536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ android {
jniDebuggable true
multiDexEnabled true
zipAlignEnabled true
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
ndk.debugSymbolLevel = "FULL"
}

Expand All @@ -183,7 +183,7 @@ android {
zipAlignEnabled true
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
matchingFallbacks = ["release", "debug"]
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
}

release {
Expand All @@ -195,7 +195,7 @@ android {
zipAlignEnabled true
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
matchingFallbacks = ["release", "debug"]
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
}

foss {
Expand Down

0 comments on commit 5ee7536

Please sign in to comment.