Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 3, 2024
1 parent 9282848 commit a428d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object Configurations {
const val targetSdk = 34
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 10
const val minorVersion = 1
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 11
const val versionCode = 12
}

0 comments on commit a428d82

Please sign in to comment.