Skip to content

Commit 2c44281

Browse files
committed
docs(crashlytics, android): example pointer to native libs dir
1 parent a97f853 commit 2c44281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/crashlytics/android-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ android {
7070
release {
7171
/* Add the firebaseCrashlytics extension (by default,
7272
* it's disabled to improve build speeds) and set
73-
* nativeSymbolUploadEnabled to true. */
73+
* nativeSymbolUploadEnabled to true along with a pointer to native libs. */
7474
7575
firebaseCrashlytics {
7676
nativeSymbolUploadEnabled true
77+
unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
7778
}
7879
// ...
7980
}

0 commit comments

Comments
 (0)