Disable debug in release

This commit is contained in:
Adolfo Santiago 2022-06-05 10:44:25 +02:00
parent 59216e77ce
commit 8d750f0dd7
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ android {
}
release {
// debuggable false
debuggable false
minifyEnabled true
shrinkResources true