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" applicationId = "com.sadellie.unitto"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 29 versionCode = 30
versionName = "Olive Green" versionName = "Popstar"
resourceConfigurations += setOf( resourceConfigurations += setOf(
"en", "en",
"en-rGB", "en-rGB",

View File

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