Skip to content

Commit

Permalink
Fix duplicate packaging section in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Aug 1, 2023
1 parent 0074101 commit 24f0539
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,7 @@ android {
useLegacyPackaging = true
}
}

packaging {
jniLibs {
useLegacyPackaging = true
}
}


bundle {
codeTransparency {
signing {
Expand Down

0 comments on commit 24f0539

Please sign in to comment.