Skip to content

Commit

Permalink
Prepare for 4.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Nov 2, 2018
1 parent b681ad8 commit d119740
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 = 23
const val targetSdk = 27
const val versionCode = 3060309
const val versionName = "4.0.0-rc6"
const val versionCode = 3060310
const val versionName = "4.0.0-rc7"
}

object Deps {
Expand Down

0 comments on commit d119740

Please sign in to comment.