1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-11 01:38:52 +01:00

Build debug symbols in release build

This commit is contained in:
Ming Ming 2022-05-21 23:13:52 +08:00
parent b77df01a85
commit 9d51b2d40e

View file

@ -49,6 +49,7 @@ android {
// TODO: Add your own signing config for the release build. // TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.debug // signingConfig signingConfigs.debug
ndk.debugSymbolLevel "symbol_table"
} }
} }