Skip to content

Commit

Permalink
Prepare for 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Feb 10, 2019
1 parent a77afca commit bd8a818
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 @@ -9,8 +9,8 @@ object Versions {
const val compileSdk = 28
const val minSdk = 21
const val targetSdk = 28
const val versionCode = 3060325
const val versionName = "4.3.1"
const val versionCode = 3060326
const val versionName = "4.3.2"
}

object Deps {
Expand Down

0 comments on commit bd8a818

Please sign in to comment.