crashlytics: Fix path to debug symbols

It has changed because of the flavoured build.
This commit is contained in:
Vishesh Handa
2019-12-12 00:23:10 +01:00
parent 591ba30762
commit 2581b67ac5

View File

@ -7,7 +7,7 @@ cd "$(dirname "$0")"
cd ../
# Copy mergeJniLibs to debugSymbols
cp -R ./build/app/intermediates/transforms/mergeJniLibs/release/0/lib debugSymbols
cp -R ./build/app/intermediates/transforms/mergeJniLibs/prod/release/0/lib debugSymbols
# The libflutter.so here is the same as in the artifacts.zip found with symbols.zip
cd debugSymbols/armeabi-v7a