Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 22, 2024
1 parent d84bd96 commit a7a6c6a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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": 21917,
"versionName": "2.19.17",
"outputFile": "app-default-universal-release-2.19.17-21917.apk"
"versionCode": 21918,
"versionName": "2.19.18",
"outputFile": "app-default-universal-release-2.19.18-21918.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 21917,
"versionName": "2.19.17",
"outputFile": "app-default-x86_64-release-2.19.17-21917.apk"
"versionCode": 21918,
"versionName": "2.19.18",
"outputFile": "app-default-armeabi-v7a-release-2.19.18-21918.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -37,22 +37,22 @@
}
],
"attributes": [],
"versionCode": 21917,
"versionName": "2.19.17",
"outputFile": "app-default-x86-release-2.19.17-21917.apk"
"versionCode": 21918,
"versionName": "2.19.18",
"outputFile": "app-default-x86-release-2.19.18-21918.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 21917,
"versionName": "2.19.17",
"outputFile": "app-default-armeabi-v7a-release-2.19.17-21917.apk"
"versionCode": 21918,
"versionName": "2.19.18",
"outputFile": "app-default-x86_64-release-2.19.18-21918.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -63,9 +63,9 @@
}
],
"attributes": [],
"versionCode": 21917,
"versionName": "2.19.17",
"outputFile": "app-default-arm64-v8a-release-2.19.17-21917.apk"
"versionCode": 21918,
"versionName": "2.19.18",
"outputFile": "app-default-arm64-v8a-release-2.19.18-21918.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.19.17",
"version_code": 21917,
"version_name": "2.19.18",
"version_code": 21918,
"verified_hosts": [
["mmrl", "i"],
["localhost", "i"],
Expand Down

0 comments on commit a7a6c6a

Please sign in to comment.