We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db20d70 commit dcd03d8Copy full SHA for dcd03d8
README.md
@@ -5,7 +5,7 @@ It allows you to save any type or list in the sharedpreferences and retrieve it
5
6
# Installation
7
8
-<b>Add FastSave-Android to your app level build.gradle dependency</b>
+<b>Add jitpack.io to your root gradle file (project level)</b>
9
10
```
11
allprojects {
@@ -14,7 +14,10 @@ allprojects {
14
maven { url 'https://jitpack.io' }
15
}
16
17
+```
18
+<b>Add FastSave-Android to your app level build.gradle dependency</b>
19
20
21
dependencies {
22
implementation 'com.github.yehiahd:FastSave-Android:1.0.0'
23
0 commit comments