We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97f853 commit 2c44281Copy full SHA for 2c44281
docs/crashlytics/android-setup.md
@@ -70,10 +70,11 @@ android {
70
release {
71
/* Add the firebaseCrashlytics extension (by default,
72
* it's disabled to improve build speeds) and set
73
- * nativeSymbolUploadEnabled to true. */
+ * nativeSymbolUploadEnabled to true along with a pointer to native libs. */
74
75
firebaseCrashlytics {
76
nativeSymbolUploadEnabled true
77
+ unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
78
}
79
// ...
80
0 commit comments