File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.1(2017-20-2)
2
+
3
+ - Critical issue fixed that was introduced two days ago in 1.3.0 - please update to 1.3.1 (issue is related to the new getViewOptional() method).
4
+
1
5
## 1.3.0(2017-18-2)
2
6
3
7
- Added `` getViewOptional() `` method which is guaranteed to be non-null. It will return a dummy implemenation in case the View is not null.
Original file line number Diff line number Diff line change @@ -112,5 +112,5 @@ Download
112
112
--------
113
113
114
114
``` groovy
115
- compile 'eu.inloop:androidviewmodel:1.3.0 '
115
+ compile 'eu.inloop:androidviewmodel:1.3.1 '
116
116
```
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =1.3.0
20
+ VERSION_NAME =1.3.1
You can’t perform that action at this time.
0 commit comments