Skip to content

Commit 24f0539

Browse files
committed
Fix duplicate packaging section in build.gradle.kts
1 parent 0074101 commit 24f0539

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

main/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,7 @@ android {
162162
useLegacyPackaging = true
163163
}
164164
}
165-
166-
packaging {
167-
jniLibs {
168-
useLegacyPackaging = true
169-
}
170-
}
171-
165+
172166
bundle {
173167
codeTransparency {
174168
signing {

0 commit comments

Comments
 (0)