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 a24ffdf commit 4f95aaaCopy full SHA for 4f95aaa
README.md
@@ -95,14 +95,14 @@ Download
95
96
Grab via Gradle:
97
```groovy
98
-compile 'eu.inloop:androidviewmodel:0.2'
+compile 'eu.inloop:androidviewmodel:0.3'
99
```
100
or Maven:
101
```xml
102
<dependency>
103
<groupId>eu.inloop</groupId>
104
<artifactId>androidviewmodel</artifactId>
105
- <version>0.2</version>
+ <version>0.3</version>
106
</dependency>
107
108
Build and study sample application from source code or download from Google Play.<br/>
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=0.2
+VERSION_NAME=0.3
0 commit comments