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

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

Resolve "Re-order ABI builds"

Closes #32

See merge request !29
parents 1dc2105a c39231d5
Branches
Tags Release_1.2.1_25
1 merge request!29Resolve "Re-order ABI builds"
Pipeline #6495 passed
...@@ -55,11 +55,11 @@ android { ...@@ -55,11 +55,11 @@ android {
} }
ext.abiCodes = [ ext.abiCodes = [
'armeabi': 1, 'x86': 1,
'armeabi-v7a': 2, 'x86_64': 2,
'arm64-v8a': 3, 'armeabi': 3,
'x86': 4, 'armeabi-v7a': 4,
'x86_64': 5, 'arm64-v8a': 5,
] ]
import com.android.build.OutputFile import com.android.build.OutputFile
......
Re-order ABI builds.
Correction sur l'ordre de builds ABI.
...@@ -3,7 +3,7 @@ description: puissance4 ...@@ -3,7 +3,7 @@ description: puissance4
publish_to: "none" publish_to: "none"
version: 1.2.0+24 version: 1.2.1+25
environment: environment:
sdk: "^3.0.0" 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