Skip to content

Commit

Permalink
add test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Dumas committed Nov 7, 2024
1 parent 1293162 commit 4f85d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object Config {
const val minSdk = 21

const val major = 0
const val minor = 10
const val patch = 1
const val minor = 11
const val patch = "0-test-force-sam"
const val versionName = "$major.$minor.$patch"

const val maven_group = "ch.srg.data.provider"
Expand Down

0 comments on commit 4f85d92

Please sign in to comment.