Skip to content

Commit

Permalink
🔥 Update version to 2.5.1
Browse files Browse the repository at this point in the history
*   Updated `versionCode` to 2510.
*   Updated `versionName` to 2.5.1.
*   Cleared version information in `output-metadata.json`.
* updated baseline and release apk.
  • Loading branch information
shub39 committed Feb 5, 2025
1 parent 0b6f382 commit 52cc1c0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ plugins {
}

val appName = "Rush"
val versionCode = 2500
val versionName = "2.5.0"

android {
namespace = "com.shub39.rush"
Expand All @@ -18,8 +16,8 @@ android {
applicationId = "com.shub39.rush"
minSdk = 29
targetSdk = 35
versionCode = versionCode
versionName = versionName
versionCode = 2510
versionName = "2.5.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 243,
"versionName": "2.4.3",
"versionCode": -1,
"versionName": "",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 52cc1c0

Please sign in to comment.