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

Merge branch '24-re-order-abi-builds' into 'master'

Resolve "Re-order ABI builds"

Closes #24

See merge request !23
parents 189a5d43 803b649c
No related branches found
No related tags found
1 merge request!23Resolve "Re-order ABI builds"
Pipeline #6384 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
......
Re-order ABI builds.
Correction sur l'ordre de builds ABI.
name: simpler_reversi
description: A reversi game application.
publish_to: 'none'
version: 0.1.0+18
version: 0.1.1+19
environment:
sdk: '^3.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment