update meta

This commit is contained in:
Bnyro 2022-10-29 18:37:19 +02:00
parent fcb5f22746
commit 80b4b2eaf4

View File

@ -11,23 +11,10 @@
"type": "UNIVERSAL", "type": "UNIVERSAL",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 20, "versionCode": 21,
"versionName": "0.6.1", "versionName": "0.7.0",
"outputFile": "app-universal-release.apk" "outputFile": "app-universal-release.apk"
}, },
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 20,
"versionName": "0.6.1",
"outputFile": "app-arm64-v8a-release.apk"
},
{ {
"type": "ONE_OF_MANY", "type": "ONE_OF_MANY",
"filters": [ "filters": [
@ -37,8 +24,8 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 20, "versionCode": 21,
"versionName": "0.6.1", "versionName": "0.7.0",
"outputFile": "app-armeabi-v7a-release.apk" "outputFile": "app-armeabi-v7a-release.apk"
}, },
{ {
@ -46,13 +33,13 @@
"filters": [ "filters": [
{ {
"filterType": "ABI", "filterType": "ABI",
"value": "x86" "value": "arm64-v8a"
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 20, "versionCode": 21,
"versionName": "0.6.1", "versionName": "0.7.0",
"outputFile": "app-x86-release.apk" "outputFile": "app-arm64-v8a-release.apk"
}, },
{ {
"type": "ONE_OF_MANY", "type": "ONE_OF_MANY",
@ -63,9 +50,22 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 20, "versionCode": 21,
"versionName": "0.6.1", "versionName": "0.7.0",
"outputFile": "app-x86_64-release.apk" "outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 21,
"versionName": "0.7.0",
"outputFile": "app-x86-release.apk"
} }
], ],
"elementType": "File" "elementType": "File"