Skip to content

Commit

Permalink
Prepare for 4.0.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Dec 12, 2018
1 parent c247d2c commit 9ff6b11
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 = 3060310
const val versionName = "4.0.0-rc7"
const val versionCode = 3060311
const val versionName = "4.0.0-rc8"
}

object Deps {
Expand Down

0 comments on commit 9ff6b11

Please sign in to comment.