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