Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Nov 2, 2017
1 parent e2e4f24 commit bfa5bd0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
## 1.3.3(2017-21-8)
## 1.3.3(2017-11-02)

- Update Gradle plugin. Fix Nullable annotation in getBinding().

## 1.3.3(2017-08-21)

- Fix issue where viewmodels with generic types would not work correctly.

## 1.3.2(2017-21-8)
## 1.3.2(2017-08-21)

- Updated dependencies (Support library, build tools, gradle)

## 1.3.1(2017-20-2)
## 1.3.1(2017-02-20)

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

## 1.3.0(2017-18-2)
## 1.3.0(2017-02-18)

- Added ``getViewOptional()`` method which is guaranteed to be non-null. It will return a dummy implemenation in case the View is not null.
- Removed the need to override ```getViewModelClass```, the ViewModel class is now automatically extracted from the ViewModel class definition.

## 1.2.3(2017-4-1)
## 1.2.3(2017-01-4)

- Fix ProGuard settings.

## 1.2.2(2017-2-1)
## 1.2.2(2017-01-02)

- Remove wrong jetbrains annotations import.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Download
--------

```groovy
compile 'eu.inloop:androidviewmodel:1.3.3'
compile 'eu.inloop:androidviewmodel:1.3.4'
```

## Android Studio Template
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.3.3
VERSION_NAME=1.3.4

0 comments on commit bfa5bd0

Please sign in to comment.