We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beed973 commit 0cde5e8Copy full SHA for 0cde5e8
Readme.md
@@ -22,4 +22,17 @@ Preview feature.
22
23
Import this library into your own Android Studio project
24
========================================================
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
38
0 commit comments