Skip to content

Commit

Permalink
Prepare for 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jan 4, 2019
1 parent f83d334 commit 87cbd5c
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 = 3060320
const val versionName = "4.1.1"
const val versionCode = 3060321
const val versionName = "4.1.2"
}

object Deps {
Expand Down

0 comments on commit 87cbd5c

Please sign in to comment.