build: bump versionCode to 24 and versionName to 0.14.1
This commit is contained in:
parent
0fd5e0a599
commit
08827e008b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import org.gradle.api.JavaVersion
|
import org.gradle.api.JavaVersion
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val appCode = 23
|
const val appCode = 24
|
||||||
const val appName = "2024.02"
|
const val appName = "0.14.1"
|
||||||
|
|
||||||
const val compileSdk = 34
|
const val compileSdk = 34
|
||||||
const val buildTools = "34.0.0"
|
const val buildTools = "34.0.0"
|
||||||
|
|
Loading…
Reference in a new issue