1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-13 14:40:54 +08:00

Fix androidNdkLibsOut

This commit is contained in:
Vishesh Handa
2019-12-12 00:59:36 +01:00
parent fe6fb3db00
commit 48aa992b2a

@ -125,5 +125,5 @@ apply plugin: 'io.fabric'
crashlytics { crashlytics {
enableNdk true enableNdk true
androidNdkOut "../../debugSymbols" androidNdkOut "../../debugSymbols"
androidNdkLibsOut "../../build/app/intermediates/transforms/stripDebugSymbol/release/0/lib" androidNdkLibsOut "../../build/app/intermediates/transforms/stripDebugSymbol/prod/release/0/lib"
} }