There was an error while loading. Please reload this page.
1 parent 6f3aecb commit b398ca3Copy full SHA for b398ca3
1 file changed
app/build.gradle.kts
@@ -23,7 +23,7 @@ val ciRunNumber = providers.environmentVariable("GITHUB_RUN_NUMBER").orNull.orEm
23
val isReleaseBuild = ciBuild && ciRef.contains("main")
24
val devReleaseName = if (ciBuild) "(Dev #$ciRunNumber)" else "($buildCommit)"
25
26
-val version = "2.14.0"
+val version = "2.14.1"
27
val versionDisplayName = version + if (!isReleaseBuild) " $devReleaseName" else ""
28
29
android {
@@ -34,7 +34,7 @@ android {
34
applicationId = "app.lawnchair.lawnicons"
35
minSdk = 26
36
targetSdk = compileSdk
37
- versionCode = 19
+ versionCode = 20
38
versionName = versionDisplayName
39
vectorDrawables.useSupportLibrary = true
40
}
0 commit comments