forked from hardcoresushi/DroidFS
Fix ABI versionCode offsets
This commit is contained in:
parent
a62f32e364
commit
0a1406769b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user