Skip to content

Commit 605bf23

Browse files
author
Daniel
committed
Updated dependencies
1 parent e5b5b8e commit 605bf23

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.2(2017-21-8)
2+
3+
- Updated dependencies (Support library, build tools, gradle)
4+
15
## 1.3.1(2017-20-2)
26

37
- 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).

README.md

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

114114
```groovy
115-
compile 'eu.inloop:androidviewmodel:1.3.1'
115+
compile 'eu.inloop:androidviewmodel:1.3.2'
116116
```
117117

118118
## Android Studio Template

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.3.1
20+
VERSION_NAME=1.3.2

0 commit comments

Comments
 (0)