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 60a4d1c commit d91e144Copy full SHA for d91e144
README.md
@@ -16,7 +16,7 @@ Hawk provides:
16
17
###Add dependency
18
```groovy
19
-compile 'com.orhanobut:hawk:1.17'
+compile 'com.orhanobut:hawk:1.18'
20
```
21
22
If you want to have Rx features, make sure to add Rx dependency
gradle.properties
@@ -18,8 +18,8 @@
# org.gradle.parallel=true
# VERSION_NAME=1.10-SNAPSHOT
-VERSION_NAME=1.17
-VERSION_CODE=18
+VERSION_NAME=1.18
+VERSION_CODE=19
23
GROUP=com.orhanobut
24
25
POM_DESCRIPTION=Secure, Advanced Storage for android
0 commit comments