Skip to content

Commit

Permalink
build: bump versionCode to 24 and versionName to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Mar 5, 2024
1 parent 0fd5e0a commit 08827e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.gradle.api.JavaVersion

object Versions {
const val appCode = 23
const val appName = "2024.02"
const val appCode = 24
const val appName = "0.14.1"

const val compileSdk = 34
const val buildTools = "34.0.0"
Expand Down

0 comments on commit 08827e0

Please sign in to comment.