Skip to content

Commit

Permalink
use different version for abis
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan authored Dec 19, 2024
1 parent fcf6e22 commit b447021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
applicationVariants.all {
val variant = this
val versionCodes =
mapOf("armeabi-v7a" to 4, "arm64-v8a" to 4, "x86" to 4, "x86_64" to 4, "universal" to 4)
mapOf("armeabi-v7a" to 8, "arm64-v8a" to 7, "x86" to 6, "x86_64" to 5, "universal" to 4)

variant.outputs
.map { it as com.android.build.gradle.internal.api.ApkVariantOutputImpl }
Expand Down

0 comments on commit b447021

Please sign in to comment.