Skip to content

Commit b398ca3

Browse files
committed
Bump versionName and versionCode
1 parent 6f3aecb commit b398ca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val ciRunNumber = providers.environmentVariable("GITHUB_RUN_NUMBER").orNull.orEm
2323
val isReleaseBuild = ciBuild && ciRef.contains("main")
2424
val devReleaseName = if (ciBuild) "(Dev #$ciRunNumber)" else "($buildCommit)"
2525

26-
val version = "2.14.0"
26+
val version = "2.14.1"
2727
val versionDisplayName = version + if (!isReleaseBuild) " $devReleaseName" else ""
2828

2929
android {
@@ -34,7 +34,7 @@ android {
3434
applicationId = "app.lawnchair.lawnicons"
3535
minSdk = 26
3636
targetSdk = compileSdk
37-
versionCode = 19
37+
versionCode = 20
3838
versionName = versionDisplayName
3939
vectorDrawables.useSupportLibrary = true
4040
}

0 commit comments

Comments
 (0)