We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c673 commit e9e9b69Copy full SHA for e9e9b69
android/app/build.gradle.kts
@@ -29,7 +29,7 @@ android {
29
versionCode = flutter.versionCode
30
versionName = flutter.versionName
31
ndk {
32
- debugSymbolLevel = 'FULL'
+ debugSymbolLevel = "FULL"
33
}
34
35
signingConfigs {
0 commit comments