Skip to content

Commit

Permalink
Version 1.0.1-alpha01
Browse files Browse the repository at this point in the history
Named this way because I messed up with following the version from Jetpack
  • Loading branch information
jschmid committed Jul 26, 2019
1 parent 6992c63 commit a36b30f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ In your app *build.gradle*, add the dependencies:
```gradle
dependencies {
// Add this if you don't have it already
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.0.0-alpha02'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.0.1-alpha01'
// viewmodel-savedstate-helpers
implementation 'com.github.liip:viewmodel-savedstate-helpers:1.0.0-alpha02'
implementation 'com.github.liip:viewmodel-savedstate-helpers:1.0.1-alpha01'
}
```

Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.0.0-alpha02'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.0.1-alpha01'

// Library
implementation project(':library')

// In an app, use the following:
//implementation 'com.github.liip:viewmodel-savedstate-helpers:1.0.0-alpha02'
//implementation 'com.github.liip:viewmodel-savedstate-helpers:1.0.1-alpha01'
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0.0-alpha02"
versionName "1.0.1-alpha01"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit a36b30f

Please sign in to comment.