We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51215c6 + 907ed2d commit 1620a42Copy full SHA for 1620a42
README.md
@@ -1,4 +1,4 @@
1
-# Holocron
+# Holocron [](https://jitpack.io/#nzkozar/holocron)
2
<h4>Encrypted Object Storage for Android</h4>
3
<blockquote>Holocrons are ancient repositories of knowledge and wisdom that can only be accessed by those skilled in the Force.</blockquote>
4
@@ -15,7 +15,8 @@
15
<b>Step 2. Add the dependency
16
```gradle
17
dependencies {
18
- compile 'com.github.nzkozar:holocron:v1.0'
+ compile 'com.github.nzkozar:holocron:v1.0@aar'
19
+ compile 'com.google.code.gson:gson:2.8.0'
20
}
21
```
22
0 commit comments