Skip to content

Commit dcd03d8

Browse files
committed
Update readme file
1 parent db20d70 commit dcd03d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It allows you to save any type or list in the sharedpreferences and retrieve it
55

66
# Installation
77

8-
<b>Add FastSave-Android to your app level build.gradle dependency</b>
8+
<b>Add jitpack.io to your root gradle file (project level)</b>
99

1010
```
1111
allprojects {
@@ -14,7 +14,10 @@ allprojects {
1414
maven { url 'https://jitpack.io' }
1515
}
1616
}
17+
```
18+
<b>Add FastSave-Android to your app level build.gradle dependency</b>
1719

20+
```
1821
dependencies {
1922
implementation 'com.github.yehiahd:FastSave-Android:1.0.0'
2023
}

0 commit comments

Comments
 (0)