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 f0bdefb commit 8108eceCopy full SHA for 8108ece
README.md
@@ -24,16 +24,14 @@ and GC could collect them once `WeakHandler` instance is not referenced any more
24
25
Usage
26
-----
27
-Clone project to your local machine, then run
28
-```shell
29
-cd android-weak-handler
30
-gradle uploadArchives
31
-```
32
-
33
Add reference to your build.gradle:
34
```groovy
35
repositories {
36
- mavenLocal()
+ maven {
+ repositories {
+ url 'https://oss.sonatype.org/content/repositories/releases/'
+ }
37
}
38
39
dependencies {
0 commit comments