File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff 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
140140In 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 )
Original file line number Diff line number Diff line change 1919
2020android.enableJetifier =true
2121android.useAndroidX =true
22- VERSION_NAME =1.3.5
22+ VERSION_NAME =1.4.0
You can’t perform that action at this time.
0 commit comments