Skip to content

Commit

Permalink
Correct versionCode (LawnchairLauncher#4361)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored and nulldrf committed May 9, 2024
1 parent d145d98 commit c4b1228
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 c4b1228

Please sign in to comment.