Skip to content

Commit

Permalink
bump version name & code
Browse files Browse the repository at this point in the history
addresses #1300
  • Loading branch information
SuperDragonXD committed Jun 15, 2023
1 parent 72151a8 commit 73dd138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val ciRunNumber = System.getenv("GITHUB_RUN_NUMBER").orEmpty()
val isReleaseBuild = ciBuild && ciRef.contains("main")
val devReleaseName = if (ciBuild) "(Dev #$ciRunNumber)" else "($buildCommit)"

val version = "2.2.0"
val version = "2.2.1"
val versionDisplayName = "$version ${if (isReleaseBuild) "" else devReleaseName}"

android {
Expand All @@ -32,7 +32,7 @@ android {
applicationId = "app.lawnchair.lawnicons"
minSdk = 26
targetSdk = 31
versionCode = 4
versionCode = 5
versionName = versionDisplayName
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 73dd138

Please sign in to comment.