Skip to content

Commit

Permalink
Reference appCode in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Dec 6, 2023
1 parent 04f3351 commit 7e178ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 34
versionCode = 30
versionCode = libs.versions.appCode.get().toInt()
versionName = "Popstar"
resourceConfigurations += setOf(
"en",
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
appCode = "30"
appCode = "31"
appName = "Popstar"

androidxBrowserBrowser = "1.7.0"
Expand Down

0 comments on commit 7e178ce

Please sign in to comment.