Skip to content

Commit

Permalink
Bump version name and code
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Aug 20, 2024
1 parent 981a6bb commit 498e6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ final def ciRunNumber = System.getenv("GITHUB_RUN_NUMBER") ?: ""
final def isReleaseBuild = ciBuild && ciRef.contains("beta")
final def devReleaseName = ciBuild ? "Dev.(#${ciRunNumber})" : "Dev.(${buildCommit})"
final def version = "14"
final def releaseName = "Beta 2"
final def releaseName = "Beta 3"
final def versionDisplayName = "${version}.${isReleaseBuild ? releaseName : devReleaseName}"
final def majorVersion = versionDisplayName.split("\\.")[0]

Expand All @@ -135,9 +135,9 @@ final def quickstepMaxSdk = "34"
android {
namespace "com.android.launcher3"
defaultConfig {
// Lawnchair Launcher 14.0 Beta 2
// Lawnchair Launcher 14.0 Beta 3
// See CONTRIBUTING.md#versioning-scheme
versionCode 14_00_02_02
versionCode 14_00_02_03
versionName "${versionDisplayName}"
buildConfigField "String", "VERSION_DISPLAY_NAME", "\"${versionDisplayName}\""
buildConfigField "String", "MAJOR_VERSION", "\"${majorVersion}\""
Expand Down

0 comments on commit 498e6a7

Please sign in to comment.