mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +01:00
f3f9d1b523
This is somewhat convenient for development, as it means that Android Studio will only do a native build for the architecture of the device being used for testing. This is ignored for AABs, so it won't affect release builds (at least for Google Play).
64 lines
No EOL
1.3 KiB
JSON
64 lines
No EOL
1.3 KiB
JSON
{
|
|
"version": 3,
|
|
"artifactType": {
|
|
"type": "APK",
|
|
"kind": "Directory"
|
|
},
|
|
"applicationId": "com.distractionware.vvvvvv",
|
|
"variantName": "release",
|
|
"elements": [
|
|
{
|
|
"type": "ONE_OF_MANY",
|
|
"filters": [
|
|
{
|
|
"filterType": "ABI",
|
|
"value": "armeabi-v7a"
|
|
}
|
|
],
|
|
"attributes": [],
|
|
"versionCode": 1,
|
|
"versionName": "1.0",
|
|
"outputFile": "app-armeabi-v7a-release.apk"
|
|
},
|
|
{
|
|
"type": "ONE_OF_MANY",
|
|
"filters": [
|
|
{
|
|
"filterType": "ABI",
|
|
"value": "arm64-v8a"
|
|
}
|
|
],
|
|
"attributes": [],
|
|
"versionCode": 1,
|
|
"versionName": "1.0",
|
|
"outputFile": "app-arm64-v8a-release.apk"
|
|
},
|
|
{
|
|
"type": "ONE_OF_MANY",
|
|
"filters": [
|
|
{
|
|
"filterType": "ABI",
|
|
"value": "x86_64"
|
|
}
|
|
],
|
|
"attributes": [],
|
|
"versionCode": 1,
|
|
"versionName": "1.0",
|
|
"outputFile": "app-x86_64-release.apk"
|
|
},
|
|
{
|
|
"type": "ONE_OF_MANY",
|
|
"filters": [
|
|
{
|
|
"filterType": "ABI",
|
|
"value": "x86"
|
|
}
|
|
],
|
|
"attributes": [],
|
|
"versionCode": 1,
|
|
"versionName": "1.0",
|
|
"outputFile": "app-x86-release.apk"
|
|
}
|
|
],
|
|
"elementType": "File"
|
|
} |