Skip to content

Commit

Permalink
Merge pull request #66 from DerGoogler/patch
Browse files Browse the repository at this point in the history
Patch
  • Loading branch information
DerGoogler authored Dec 1, 2023
2 parents 214a6ec + 37a1164 commit 18a0b66
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Android/app/default/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 1106,
"versionName": "1.10.6",
"versionCode": 1107,
"versionName": "1.10.7",
"outputFile": "app-default-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-x86_64-release.apk"
"versionCode": 1107,
"versionName": "1.10.7",
"outputFile": "app-default-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -37,22 +37,22 @@
}
],
"attributes": [],
"versionCode": 1106,
"versionName": "1.10.6",
"versionCode": 1107,
"versionName": "1.10.7",
"outputFile": "app-default-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 1106,
"versionName": "1.10.6",
"outputFile": "app-default-armeabi-v7a-release.apk"
"versionCode": 1107,
"versionName": "1.10.7",
"outputFile": "app-default-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -63,8 +63,8 @@
}
],
"attributes": [],
"versionCode": 1106,
"versionName": "1.10.6",
"versionCode": 1107,
"versionName": "1.10.7",
"outputFile": "app-default-x86-release.apk"
}
],
Expand Down

0 comments on commit 18a0b66

Please sign in to comment.