Skip to content

Commit b58d962

Browse files
committed
Do not strip libraries, to make them reproducible
1 parent 23ebd3f commit b58d962

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ android {
6666
kotlinCompilerExtensionVersion '1.5.4'
6767
}
6868
packagingOptions {
69+
doNotStrip '**/*.so'
6970
resources {
7071
excludes += '/META-INF/{AL2.0,LGPL2.1}'
7172
}

0 commit comments

Comments
 (0)