Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Feb 29, 2024
1 parent af57e2d commit 32b2d10
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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,22 +11,22 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 2139,
"versionName": "2.13.9",
"outputFile": "app-default-universal-release-2.13.9-2139.apk"
"versionCode": 21410,
"versionName": "2.14.10",
"outputFile": "app-default-universal-release-2.14.10-21410.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86"
}
],
"attributes": [],
"versionCode": 2139,
"versionName": "2.13.9",
"outputFile": "app-default-armeabi-v7a-release-2.13.9-2139.apk"
"versionCode": 21410,
"versionName": "2.14.10",
"outputFile": "app-default-x86-release-2.14.10-21410.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -37,35 +37,35 @@
}
],
"attributes": [],
"versionCode": 2139,
"versionName": "2.13.9",
"outputFile": "app-default-x86_64-release-2.13.9-2139.apk"
"versionCode": 21410,
"versionName": "2.14.10",
"outputFile": "app-default-x86_64-release-2.14.10-21410.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 2139,
"versionName": "2.13.9",
"outputFile": "app-default-arm64-v8a-release-2.13.9-2139.apk"
"versionCode": 21410,
"versionName": "2.14.10",
"outputFile": "app-default-armeabi-v7a-release-2.14.10-21410.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 2139,
"versionName": "2.13.9",
"outputFile": "app-default-x86-release-2.13.9-2139.apk"
"versionCode": 21410,
"versionName": "2.14.10",
"outputFile": "app-default-arm64-v8a-release-2.14.10-21410.apk"
}
],
"elementType": "File"
Expand Down
4 changes: 2 additions & 2 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"application_id": "com.dergoogler.mmrl",
"min_sdk": 26,
"target_sdk": 34,
"version_name": "2.13.9",
"version_code": 2139
"version_name": "2.14.10",
"version_code": 21410
},
"main": "index.tsx",
"keywords": [],
Expand Down

0 comments on commit 32b2d10

Please sign in to comment.