We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d1739 commit 8163599Copy full SHA for 8163599
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.3(2017-4-1)
2
+
3
+- Fix ProGuard settings.
4
5
## 1.2.2(2017-2-1)
6
7
- Remove wrong jetbrains annotations import.
README.md
@@ -109,5 +109,5 @@ Download
109
--------
110
111
```groovy
112
-compile 'eu.inloop:androidviewmodel:1.2.2'
+compile 'eu.inloop:androidviewmodel:1.2.3'
113
```
gradle.properties
@@ -17,4 +17,4 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=1.2.2
+VERSION_NAME=1.2.3
0 commit comments