Skip to content

Commit

Permalink
Update output-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 13, 2024
1 parent e558cde commit 9325722
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Android/app/default/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 21716,
"versionName": "2.17.16",
"outputFile": "app-default-universal-release-2.17.16-21716.apk"
"versionCode": 21817,
"versionName": "2.18.17",
"outputFile": "app-default-universal-release-2.18.17-21817.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 21716,
"versionName": "2.17.16",
"outputFile": "app-default-arm64-v8a-release-2.17.16-21716.apk"
"versionCode": 21817,
"versionName": "2.18.17",
"outputFile": "app-default-x86_64-release-2.18.17-21817.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "x86"
}
],
"attributes": [],
"versionCode": 21716,
"versionName": "2.17.16",
"outputFile": "app-default-x86_64-release-2.17.16-21716.apk"
"versionCode": 21817,
"versionName": "2.18.17",
"outputFile": "app-default-x86-release-2.18.17-21817.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -50,22 +50,22 @@
}
],
"attributes": [],
"versionCode": 21716,
"versionName": "2.17.16",
"outputFile": "app-default-armeabi-v7a-release-2.17.16-21716.apk"
"versionCode": 21817,
"versionName": "2.18.17",
"outputFile": "app-default-armeabi-v7a-release-2.18.17-21817.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 21716,
"versionName": "2.17.16",
"outputFile": "app-default-x86-release-2.17.16-21716.apk"
"versionCode": 21817,
"versionName": "2.18.17",
"outputFile": "app-default-arm64-v8a-release-2.18.17-21817.apk"
}
],
"elementType": "File"
Expand Down

0 comments on commit 9325722

Please sign in to comment.