Skip to content

Commit e96254b

Browse files
committed
Set debugSymbolLevel to full
1 parent 038ba2f commit e96254b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ android {
7777

7878
buildTypes {
7979
getByName(BuildTypes.RELEASE) {
80+
ndk.debugSymbolLevel = "full"
8081
signingConfig = signingConfigs.findByName(SigningConfigs.RELEASE)
8182
isMinifyEnabled = true
8283
isShrinkResources = true

0 commit comments

Comments
 (0)