Skip to content

Commit 0cde5e8

Browse files
Update Readme.md
1 parent beed973 commit 0cde5e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,17 @@ Preview feature.
2222

2323
Import this library into your own Android Studio project
2424
========================================================
25+
The first step is to prepeare your Android Studio's 'build.gradle' files (Project level and module level).
26+
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+
}
2538

0 commit comments

Comments
 (0)