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 e6018e6 commit 0b22e69Copy full SHA for 0b22e69
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -95,6 +95,8 @@ android {
95
{% if args.enable_crashlytics_native_symbol_upload -%}
96
firebaseCrashlytics {
97
nativeSymbolUploadEnabled true
98
+ strippedNativeLibsDir 'build/intermediates/stripped_native_libs/release/out/lib'
99
+ unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
100
}
101
{%- endif %}
102
0 commit comments