Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 25, 2024
1 parent 37c399c commit b1b7d40
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,9 +11,9 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 22020,
"versionName": "2.20.20",
"outputFile": "app-default-universal-release-2.20.20-22020.apk"
"versionCode": 22021,
"versionName": "2.20.21",
"outputFile": "app-default-universal-release-2.20.21-22021.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -24,35 +24,35 @@
}
],
"attributes": [],
"versionCode": 22020,
"versionName": "2.20.20",
"outputFile": "app-default-x86_64-release-2.20.20-22020.apk"
"versionCode": 22021,
"versionName": "2.20.21",
"outputFile": "app-default-x86_64-release-2.20.21-22021.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 22020,
"versionName": "2.20.20",
"outputFile": "app-default-arm64-v8a-release-2.20.20-22020.apk"
"versionCode": 22021,
"versionName": "2.20.21",
"outputFile": "app-default-armeabi-v7a-release-2.20.21-22021.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 22020,
"versionName": "2.20.20",
"outputFile": "app-default-armeabi-v7a-release-2.20.20-22020.apk"
"versionCode": 22021,
"versionName": "2.20.21",
"outputFile": "app-default-arm64-v8a-release-2.20.21-22021.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -63,9 +63,9 @@
}
],
"attributes": [],
"versionCode": 22020,
"versionName": "2.20.20",
"outputFile": "app-default-x86-release-2.20.20-22020.apk"
"versionCode": 22021,
"versionName": "2.20.21",
"outputFile": "app-default-x86-release-2.20.21-22021.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.20.20",
"version_code": 22020,
"version_name": "2.20.21",
"version_code": 22021,
"verified_hosts": [
[
"mmrl",
Expand Down

0 comments on commit b1b7d40

Please sign in to comment.