Popstar (Preview 1)

This commit is contained in:
Sad Ellie 2023-11-26 00:30:45 +03:00
parent 2d5b67d4e1
commit d5775b213d
2 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 34
versionCode = 29
versionName = "Olive Green"
versionCode = 30
versionName = "Popstar"
resourceConfigurations += setOf(
"en",
"en-rGB",

View File

@ -1,6 +1,6 @@
[versions]
appCode = "29"
appName = "Olive Green"
appCode = "30"
appName = "Popstar"
androidxBrowserBrowser = "1.6.0"
androidGradlePlugin = "8.1.2"