Skip to content

Commit

Permalink
Fix version code
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Sep 12, 2024
1 parent 88703bf commit 6d67549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "com.prof18.feedflow"
minSdk = libs.versions.android.min.sdk.get().toInt()
targetSdk = libs.versions.android.target.sdk.get().toInt()
versionCode = 796
versionName = "0.0.58"
versionCode = getVersionCode()
versionName = getVersionName()

addManifestPlaceholders(
mapOf(
Expand Down

0 comments on commit 6d67549

Please sign in to comment.