Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Dec 1, 2023
1 parent ce46cba commit 794ee68
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,61 +11,61 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 196,
"versionName": "1.9.6",
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 196,
"versionName": "1.9.6",
"outputFile": "app-default-arm64-v8a-release.apk"
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 196,
"versionName": "1.9.6",
"outputFile": "app-default-armeabi-v7a-release.apk"
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 196,
"versionName": "1.9.6",
"outputFile": "app-default-x86-release.apk"
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "x86"
}
],
"attributes": [],
"versionCode": 196,
"versionName": "1.9.6",
"outputFile": "app-default-x86_64-release.apk"
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-x86-release.apk"
}
],
"elementType": "File"
Expand Down

0 comments on commit 794ee68

Please sign in to comment.