Skip to content

Commit

Permalink
Merge pull request #175 from yasinkacmaz/release/1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
yasinkacmaz committed Nov 13, 2021
2 parents 6ef2bbc + 8328aea commit bbde4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object Versions {
const val minSdk = 21
const val targetSdk = 31
const val compileSdk = 31
const val versionCode = 2
const val versionName = "1.1.0"
const val versionCode = 3
const val versionName = "1.2.0"
}

0 comments on commit bbde4aa

Please sign in to comment.