mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-03 05:47:24 +08:00
crashlytics: Fix path to debug symbols
It has changed because of the flavoured build.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user