Skip to content

Commit 8108ece

Browse files
author
Dmytro Voronkevych
committed
Updated usage documentation
1 parent f0bdefb commit 8108ece

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ and GC could collect them once `WeakHandler` instance is not referenced any more
2424

2525
Usage
2626
-----
27-
Clone project to your local machine, then run
28-
```shell
29-
cd android-weak-handler
30-
gradle uploadArchives
31-
```
32-
3327
Add reference to your build.gradle:
3428
```groovy
3529
repositories {
36-
mavenLocal()
30+
maven {
31+
repositories {
32+
url 'https://oss.sonatype.org/content/repositories/releases/'
33+
}
34+
}
3735
}
3836
3937
dependencies {

0 commit comments

Comments
 (0)