Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkacmaz committed Oct 7, 2022
1 parent d2bc40d commit 190381a
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,7 +4,7 @@ object Config {
const val minSdk = 21
const val targetSdk = 33
const val compileSdk = 33
const val versionCode = 3
const val versionName = "1.2.0"
const val versionCode = 4
const val versionName = "1.3.0"
val javaVersion = JavaVersion.VERSION_11
}

0 comments on commit 190381a

Please sign in to comment.