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

Merge branch '48-restrict-abi-builds-to-armeabi-v7a-and-arm64-v8a' into 'master'

Resolve "Restrict ABI builds to armeabi-v7a and arm64-v8a"

Closes #48

See merge request !45
parents e8f71fff 7c31db63
No related branches found
No related tags found
1 merge request!45Resolve "Restrict ABI builds to armeabi-v7a and arm64-v8a"
Pipeline #6303 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
......
...@@ -3,7 +3,7 @@ description: Fill the board, a colorfull game! ...@@ -3,7 +3,7 @@ description: Fill the board, a colorfull game!
publish_to: "none" publish_to: "none"
version: 0.2.0+43 version: 0.2.1+44
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