Skip to content

Commit

Permalink
Correct versionCode (#4361)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored May 4, 2024
1 parent 1294e9c commit 3f41f7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ final def quickstepMaxSdk = "34"
android {
namespace "com.android.launcher3"
defaultConfig {
versionCode 15
// Lawnchair Launcher 14.0 Beta 2
// Android 14, Minor 0, Lawnchair Stage 2 (Beta), Update No 2
versionCode 14_00_02_02
versionName "${versionDisplayName}"
buildConfigField "String", "VERSION_DISPLAY_NAME", "\"${versionDisplayName}\""
buildConfigField "String", "MAJOR_VERSION", "\"${majorVersion}\""
Expand Down

0 comments on commit 3f41f7c

Please sign in to comment.