Skip to content

Commit 9af826f

Browse files
Update Readme.md
1 parent 0cde5e8 commit 9af826f

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Readme.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,10 @@ Import this library into your own Android Studio project
2424
========================================================
2525
The first step is to prepeare your Android Studio's 'build.gradle' files (Project level and module level).
2626

27-
Project level:
28-
--------------
29-
Insert:
30-
31-
allprojects {
32-
repositories {
33-
<b>maven { url 'https://jitpack.io' }</b>
34-
google()
35-
jcenter()
36-
}
37-
}
27+
<b>Project level:</b>
28+
Insert the folowing line in 'allprojects':
29+
maven { url 'https://jitpack.io' }
30+
31+
32+
3833

0 commit comments

Comments
 (0)