Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Novak committed Feb 13, 2019
1 parent fd4a048 commit 378bc31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0(2019-02-13)

- Migrate to AndroidX

## 1.3.5(2018-03-07)

- Updated dependencies (Support library, build tools, Gradle).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Download
--------
```groovy
compile 'eu.inloop:androidviewmodel:1.3.5'
compile 'eu.inloop:androidviewmodel:1.4.0'
```
## Android Studio Template
Expand All @@ -140,4 +140,4 @@ curl -o androidviewmodel.zip -Lk https://github.com/inloop/AndroidViewModel/arch
In the Android Studio right click inside the Projet window and select `File > New > AndroidViewModel Inloop > AVM Fragment`


![Android Studio New Template](/template/create-new-template-preview.png)
![Android Studio New Template](/template/create-new-template-preview.png)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

android.enableJetifier=true
android.useAndroidX=true
VERSION_NAME=1.3.5
VERSION_NAME=1.4.0

0 comments on commit 378bc31

Please sign in to comment.