Skip to content

Commit f2bfb03

Browse files
committed
Revert "Add jniLibs packaging options for reproducible build"
This reverts commit 49ec30a.
1 parent 7a0f38d commit f2bfb03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ android {
3333
debugSymbolLevel = "FULL"
3434
}
3535
}
36-
packaging {
37-
jniLibs {
38-
useLegacyPackaging = false
39-
keepDebugSymbols += "**/*.so"
40-
}
41-
}
4236
ksp {
4337
arg("room.generateKotlin", "true")
4438
arg("room.schemaLocation", "$projectDir/schemas")

0 commit comments

Comments
 (0)