Skip to content

Commit

Permalink
fix: disable release signing for debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruattd committed Jan 12, 2025
1 parent 9aa061b commit f1a8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ android {
jniDebuggable true
multiDexEnabled true
zipAlignEnabled true
signingConfig signingConfigs.release
// signingConfig signingConfigs.release
}

release {
Expand Down

0 comments on commit f1a8d73

Please sign in to comment.