We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038ba2f commit e96254bCopy full SHA for e96254b
android/app/build.gradle.kts
@@ -77,6 +77,7 @@ android {
77
78
buildTypes {
79
getByName(BuildTypes.RELEASE) {
80
+ ndk.debugSymbolLevel = "full"
81
signingConfig = signingConfigs.findByName(SigningConfigs.RELEASE)
82
isMinifyEnabled = true
83
isShrinkResources = true
0 commit comments