Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from BetterB0y/bump_version
Browse files Browse the repository at this point in the history
Bump version 0.0.1+1 -> 1.0.0+2
  • Loading branch information
BetterB0y authored Jan 18, 2024
2 parents a84c96f + bcc2b6a commit b8c94dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/convention/src/main/kotlin/ModuleConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object ModuleConfig {
const val compileSdk = 34
const val minSdk = 24
const val targetSdk = 33
const val versionCode = 1
const val versionName = "0.0.1"
const val versionCode = 2
const val versionName = "1.0.0"
const val archiveName = "worldsounds-$versionName"
}

0 comments on commit b8c94dc

Please sign in to comment.