Bump version name and code
This commit is contained in:
+3
-3
@@ -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]
|
||||
|
||||
@@ -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}\""
|
||||
|
||||
Reference in New Issue
Block a user