Skip to content

Commit

Permalink
Prepare for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jan 5, 2019
1 parent 050d001 commit 697c611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ object Versions {
const val compileSdk = 28
const val minSdk = 21
const val targetSdk = 27
const val versionCode = 3060321
const val versionName = "4.1.2"
const val versionCode = 3060322
const val versionName = "4.2.0"
}

object Deps {
Expand Down

0 comments on commit 697c611

Please sign in to comment.