Olive Green (preview 1)

This commit is contained in:
Sad Ellie 2023-10-12 00:33:18 +03:00
parent 783b7d5c86
commit e9f85acf41
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 = 26 versionCode = 27
versionName = "Nadeshiko Pink" versionName = "Olive Green"
resourceConfigurations += setOf( resourceConfigurations += setOf(
"en", "en",
"en-rGB", "en-rGB",

View File

@ -1,6 +1,6 @@
[versions] [versions]
appCode = "26" appCode = "27"
appName = "Nadeshiko Pink" appName = "Olive Green"
androidGradlePlugin = "8.1.2" androidGradlePlugin = "8.1.2"
androidxAppCompatAppCompat = "1.6.1" androidxAppCompatAppCompat = "1.6.1"