We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377c89 commit 62ac9ffCopy full SHA for 62ac9ff
flutter/android/app/build.gradle
@@ -86,7 +86,7 @@ android {
86
println 'mappingFileUploadEnabled and nativeSymbolUploadEnabled set to true'
87
mappingFileUploadEnabled true
88
nativeSymbolUploadEnabled true
89
- unstrippedNativeLibsDir file("../../../flutter/build/app/intermediates/merged_native_libs/release")
+ unstrippedNativeLibsDir file("../../../bazel-bin")
90
} else {
91
println 'mappingFileUploadEnabled and nativeSymbolUploadEnabled set to false'
92
mappingFileUploadEnabled false
0 commit comments