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 0cde5e8 commit 9af826fCopy full SHA for 9af826f
Readme.md
@@ -24,15 +24,10 @@ 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
+<b>Project level:</b>
+Insert the folowing line in 'allprojects':
+ maven { url 'https://jitpack.io' }
+
38
0 commit comments