Skip to content

Commit

Permalink
Popstar (Preview 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Nov 25, 2023
1 parent 2d5b67d commit d5775b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
appCode = "29"
appName = "Olive Green"
appCode = "30"
appName = "Popstar"

androidxBrowserBrowser = "1.6.0"
androidGradlePlugin = "8.1.2"
Expand Down

0 comments on commit d5775b2

Please sign in to comment.