1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

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

View File

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