Remove redundant dex packaging option (#943)

The correct option is jniLibs packaging option, but that's not needed
because it's already the default for debug builds.
This commit is contained in:
Emre Kultursay
2023-06-21 08:33:31 -07:00
committed by GitHub
parent eb8c57aaf8
commit 57e252ae58

View File

@@ -66,11 +66,6 @@ android {
viewBinding true
}
}
androidComponents {
onVariants(selector().withBuildType("asan"), {
packaging.dex.useLegacyPackaging.set(true)
})
}
dependencies {