Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore(release): release version 2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
trbnb committed Aug 10, 2020
1 parent fc77488 commit 88b4bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
// Necessary for SavedStateHandle
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0"
def mvvmbaseVersion = "2.0.0-rc3"
def mvvmbaseVersion = "2.0.0-rc4"
[...]
implementation de.trbnb.mvvmbase:mvvmbase:$mvvmbaseVersion"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ object Android {
}

object Publishing {
const val versionName = "2.0.0-rc3"
const val versionCode = 38
const val versionName = "2.0.0-rc4"
const val versionCode = 39

const val url = "https://github.com/trbnb/MvvmBase"
const val gitUrl = "https://github.com/trbnb/MvvmBase.git"
Expand Down

0 comments on commit 88b4bb0

Please sign in to comment.