Skip to content

Commit

Permalink
Merge pull request #64 from DerGoogler/1.10.7
Browse files Browse the repository at this point in the history
1.10.7
  • Loading branch information
DerGoogler authored Dec 1, 2023
2 parents bfef4e0 + 794ee68 commit 6b21a9c
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 6b21a9c

Please sign in to comment.