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.
2 parents 37be68c + ba3e4ca commit b01550aCopy full SHA for b01550a
README.md
@@ -34,7 +34,7 @@ repositories {
34
...
35
```
36
37
-compile 'br.com.zbra:android-linq:1.0.1'
+compile 'br.com.zbra:android-linq:1.1.0'
38
39
40
### Standard Java 8
@@ -58,7 +58,7 @@ Android LINQ uses standard Java and therefore can also be used outside Android.
58
<dependency>
59
<groupId>br.com.zbra</groupId>
60
<artifactId>android-linq</artifactId>
61
- <version>1.0.1</version>
+ <version>1.1.0</version>
62
</dependency>
63
64
0 commit comments