mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 04:27:58 +00:00
build: add native debug symbols for releaseMarket
This commit is contained in:
@@ -69,6 +69,7 @@ android {
|
|||||||
initWith buildTypes.release
|
initWith buildTypes.release
|
||||||
matchingFallbacks = ['release']
|
matchingFallbacks = ['release']
|
||||||
signingConfig signingConfigs.market
|
signingConfig signingConfigs.market
|
||||||
|
ndk { debugSymbolLevel 'FULL' }
|
||||||
|
|
||||||
buildConfigField "String", "BuildType", "\"releaseMarket\""
|
buildConfigField "String", "BuildType", "\"releaseMarket\""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user