mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
Fix androidNdkLibsOut
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user