Skip to content

Commit 62ac9ff

Browse files
committed
Revert "Update unstripped native libs directory path for Crashlytics in build.gradle"
This reverts commit 1377c89.
1 parent 1377c89 commit 62ac9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ android {
8686
println 'mappingFileUploadEnabled and nativeSymbolUploadEnabled set to true'
8787
mappingFileUploadEnabled true
8888
nativeSymbolUploadEnabled true
89-
unstrippedNativeLibsDir file("../../../flutter/build/app/intermediates/merged_native_libs/release")
89+
unstrippedNativeLibsDir file("../../../bazel-bin")
9090
} else {
9191
println 'mappingFileUploadEnabled and nativeSymbolUploadEnabled set to false'
9292
mappingFileUploadEnabled false

0 commit comments

Comments
 (0)