File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 1.3.3(2017-21-8)
1
+ ## 1.3.3(2017-11-02)
2
+
3
+ - Update Gradle plugin. Fix Nullable annotation in getBinding().
4
+
5
+ ## 1.3.3(2017-08-21)
2
6
3
7
- Fix issue where viewmodels with generic types would not work correctly.
4
8
5
- ## 1.3.2(2017-21-8 )
9
+ ## 1.3.2(2017-08-21 )
6
10
7
11
- Updated dependencies (Support library, build tools, gradle)
8
12
9
- ## 1.3.1(2017-20-2 )
13
+ ## 1.3.1(2017-02-20 )
10
14
11
15
- 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).
12
16
13
- ## 1.3.0(2017-18-2 )
17
+ ## 1.3.0(2017-02-18 )
14
18
15
19
- Added `` getViewOptional() `` method which is guaranteed to be non-null. It will return a dummy implemenation in case the View is not null.
16
20
- Removed the need to override ``` getViewModelClass ``` , the ViewModel class is now automatically extracted from the ViewModel class definition.
17
21
18
- ## 1.2.3(2017-4-1 )
22
+ ## 1.2.3(2017-01-4 )
19
23
20
24
- Fix ProGuard settings.
21
25
22
- ## 1.2.2(2017-2-1 )
26
+ ## 1.2.2(2017-01-02 )
23
27
24
28
- Remove wrong jetbrains annotations import.
25
29
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Download
112
112
--------
113
113
114
114
``` groovy
115
- compile 'eu.inloop:androidviewmodel:1.3.3 '
115
+ compile 'eu.inloop:androidviewmodel:1.3.4 '
116
116
```
117
117
118
118
## Android Studio Template
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.3
20
+ VERSION_NAME =1.3.4
You can’t perform that action at this time.
0 commit comments