Fix ABI versionCode offsets

This commit is contained in:
Matéo Duparc 2024-07-26 13:36:45 +02:00
parent a62f32e364
commit 0a1406769b
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ android {
jvmTarget = "17"
}
def abiCodes = [ "arm64-v8a": 1, "armeabi-v7a": 2, "x86_64": 3, "x86": 4]
def abiCodes = [ "x86": 1, "x86_64": 2, "armeabi-v7a": 3, "arm64-v8a": 4]
defaultConfig {
applicationId "sushi.hardcore.droidfs"