Skip to content

Commit b17607b

Browse files
committed
update README
1 parent 96484d7 commit b17607b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ method public static void setTextViewTextSize(android.widget.RemoteViews, @IdRes
7676
```
7777

7878
## Integration
79-
The library is published to the jcenter repository, thus your *project's* `build.gradle` must contain:
79+
The library is published to the jitpack repository, your *project's* `build.gradle` must contain:
8080

8181
```groovy
82-
allprojects {
83-
repositories {
84-
...
85-
maven { url 'https://jitpack.io' }
86-
}
82+
allprojects {
83+
repositories {
84+
...
85+
maven { url 'https://jitpack.io' }
8786
}
87+
}
8888
```
8989

9090
To use this library add following to your *module's* `build.gradle`:

0 commit comments

Comments
 (0)