Skip to content
Snippets Groups Projects
Commit 63f9ae3f authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Re-order ABI builds

parent 2f1b5d76
No related branches found
No related tags found
1 merge request!82Resolve "Restrict ABI builds to armeabi-v7a and arm64-v8a"
Pipeline #6319 passed
......@@ -55,11 +55,11 @@ android {
}
ext.abiCodes = [
'armeabi': 1,
'armeabi-v7a': 2,
'arm64-v8a': 3,
'x86': 4,
'x86_64': 5,
'x86': 1,
'x86_64': 2,
'armeabi': 3,
'armeabi-v7a': 4,
'arm64-v8a': 5,
]
import com.android.build.OutputFile
......
......@@ -3,7 +3,7 @@ description: A random application, for testing purpose only.
publish_to: "none"
version: 1.1.1+66
version: 1.1.2+67
environment:
sdk: "^3.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment