We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b63f45 commit aa0c673Copy full SHA for aa0c673
.github/workflows/build.yml
@@ -54,8 +54,6 @@ jobs:
54
track: production
55
status: completed
56
inAppUpdatePriority: 5
57
- mappingFile: build/app/outputs/mapping/release/mapping.txt
58
- debugSymbols: build/app/intermediates/merged_native_libs/release/out/lib
59
60
- name: Downloadable release store
61
uses: actions/upload-artifact@v4.5.0
android/app/build.gradle.kts
@@ -28,6 +28,9 @@ android {
28
targetSdk = flutter.targetSdkVersion
29
versionCode = flutter.versionCode
30
versionName = flutter.versionName
31
+ ndk {
32
+ debugSymbolLevel = 'FULL'
33
+ }
34
}
35
signingConfigs {
36
create("release") {
0 commit comments