Skip to content

Commit

Permalink
Changed: Bump app version v1.06 build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 17, 2024
1 parent 2ea03a2 commit 75825bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Config {
const val MIN_SDK: Int = 21
const val TARGET_SDK: Int = 34
// Do not bump manually, it's managed by CI
const val versionCode: Int = 0
const val versionCode: Int = 1
// Do not bump manually, it's managed by CI
const val versionName: String = "1.06"

Expand Down

0 comments on commit 75825bc

Please sign in to comment.