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

Commit

Permalink
chore(release): prepare for release of 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trbnb committed Feb 24, 2021
1 parent 6b230b5 commit 4bc25a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ MvvmBase is available via JCenter. To use it put this in your `build.gradle`:

```gradle
dependencies {
// Always needed, library depends on ViewModelLazy
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
// Necessary for SavedStateHandle
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0"
def mvvmbaseVersion = "2.0.0"
def mvvmbaseVersion = "2.1.0"
[...]
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.1"
const val versionCode = 41
const val versionName = "2.1.0"
const val versionCode = 42

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

0 comments on commit 4bc25a7

Please sign in to comment.