Skip to content

Commit

Permalink
docs(crashlytics, android): example pointer to native libs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jul 3, 2021
1 parent a97f853 commit 2c44281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/crashlytics/android-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ android {
release {
/* Add the firebaseCrashlytics extension (by default,
* it's disabled to improve build speeds) and set
* nativeSymbolUploadEnabled to true. */
* nativeSymbolUploadEnabled to true along with a pointer to native libs. */
firebaseCrashlytics {
nativeSymbolUploadEnabled true
unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
}
// ...
}
Expand Down

0 comments on commit 2c44281

Please sign in to comment.