Skip to content

Commit

Permalink
Prepare for 5.0.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Mar 1, 2020
1 parent 89960ec commit 51f020f
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 = 29
const val minSdk = 23
const val targetSdk = 28
const val versionCode = 3060333
const val versionName = "5.0.0-rc7"
const val versionCode = 3060334
const val versionName = "5.0.0-rc8"
}

object Deps {
Expand Down

0 comments on commit 51f020f

Please sign in to comment.