Add debugSymbolLevel for debug

This commit is contained in:
世界 2021-04-02 22:31:40 +08:00
parent 60c815ae2a
commit 567c0e7be5
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ android {
multiDexEnabled true
zipAlignEnabled true
signingConfig keystorePwd == null ? signingConfigs.debug : signingConfigs.release
ndk.debugSymbolLevel = 'FULL'
}
releaseNoGcm {