Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jul 28, 2024
1 parent 66e89c8 commit 7bc1f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ android {
"proguard-rules.pro",
)
signingConfig = signingConfigs.getByName(Constants.RELEASE)
defaultConfig.versionName = Constants.VERSION_NAME
defaultConfig.versionCode = Constants.VERSION_CODE
}
debug { isDebuggable = true }

Expand Down

0 comments on commit 7bc1f9c

Please sign in to comment.