Skip to content

Commit 378bc31

Browse files
author
Daniel Novak
committed
Bump version to 1.4.0
1 parent fd4a048 commit 378bc31

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0(2019-02-13)
2+
3+
- Migrate to AndroidX
4+
15
## 1.3.5(2018-03-07)
26

37
- Updated dependencies (Support library, build tools, Gradle).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Download
118118
--------
119119

120120
```groovy
121-
compile 'eu.inloop:androidviewmodel:1.3.5'
121+
compile 'eu.inloop:androidviewmodel:1.4.0'
122122
```
123123

124124
## Android Studio Template
@@ -140,4 +140,4 @@ curl -o androidviewmodel.zip -Lk https://github.com/inloop/AndroidViewModel/arch
140140
In the Android Studio right click inside the Projet window and select `File > New > AndroidViewModel Inloop > AVM Fragment`
141141

142142

143-
![Android Studio New Template](/template/create-new-template-preview.png)
143+
![Android Studio New Template](/template/create-new-template-preview.png)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
android.enableJetifier=true
2121
android.useAndroidX=true
22-
VERSION_NAME=1.3.5
22+
VERSION_NAME=1.4.0

0 commit comments

Comments
 (0)