We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ebd3f commit b58d962Copy full SHA for b58d962
1 file changed
app/build.gradle
@@ -66,6 +66,7 @@ android {
66
kotlinCompilerExtensionVersion '1.5.4'
67
}
68
packagingOptions {
69
+ doNotStrip '**/*.so'
70
resources {
71
excludes += '/META-INF/{AL2.0,LGPL2.1}'
72
0 commit comments