Skip to content

Commit

Permalink
Bump version and versionCode
Browse files Browse the repository at this point in the history
Update to Lawnicons 2.8.0
  • Loading branch information
Chefski committed Mar 26, 2024
1 parent 7c9a17e commit 515b765
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 @@ -25,7 +25,7 @@ val ciRunNumber = providers.environmentVariable("GITHUB_RUN_NUMBER").orNull.orEm
val isReleaseBuild = ciBuild && ciRef.contains("main")
val devReleaseName = if (ciBuild) "(Dev #$ciRunNumber)" else "($buildCommit)"

val version = "2.7.0"
val version = "2.8.0"
val versionDisplayName = "$version ${if (isReleaseBuild) "" else devReleaseName}"

android {
Expand All @@ -36,7 +36,7 @@ android {
applicationId = "app.lawnchair.lawnicons"
minSdk = 26
targetSdk = 34
versionCode = 10
versionCode = 11
versionName = versionDisplayName
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 515b765

Please sign in to comment.