Olive Green (Preview 2)

This commit is contained in:
Sad Ellie 2023-10-14 22:44:58 +03:00
parent 0d9a3226f5
commit ba264b4ad8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ android {
applicationId = "com.sadellie.unitto" applicationId = "com.sadellie.unitto"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 27 versionCode = 28
versionName = "Olive Green" versionName = "Olive Green"
resourceConfigurations += setOf( resourceConfigurations += setOf(
"en", "en",

View File

@ -1,5 +1,5 @@
[versions] [versions]
appCode = "27" appCode = "28"
appName = "Olive Green" appName = "Olive Green"
androidGradlePlugin = "8.1.2" androidGradlePlugin = "8.1.2"