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

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

Resolve "Re-order ABI builds"

Closes #20

See merge request !17
parents 542f0882 363bacb0
No related branches found
Tags Release_0.5.0_28
1 merge request!17Resolve "Re-order ABI builds"
Pipeline #6505 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.
......@@ -3,7 +3,7 @@ description: Tetris Dual Game
publish_to: "none"
version: 0.2.0+15
version: 0.2.1+16
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