Skip to content

Commit 47eaffa

Browse files
author
Daniel
committed
Change version to 1.3.0
1 parent 5bad5f0 commit 47eaffa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.0(2017-18-2)
2+
3+
Added ``getViewOptional()`` method which is guaranteed to be non-null. It will return a dummy implemenation in case the View is not null.
4+
Removed the need to override ```getViewModelClass```, the ViewModel class is now automatically extracted from the ViewModel class definition.
5+
16
## 1.2.3(2017-4-1)
27

38
- Fix ProGuard settings.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ Download
112112
--------
113113

114114
```groovy
115-
compile 'eu.inloop:androidviewmodel:1.2.3'
115+
compile 'eu.inloop:androidviewmodel:1.3.0'
116116
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.2.3
20+
VERSION_NAME=1.3.0

0 commit comments

Comments
 (0)