Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha authored Nov 21, 2023
1 parent 28220f3 commit 6f2b6fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven { url 'https://jitpack.io' } //here
//When you are using the Kotlin DSL for build.gradle.kts
maven {url = uri("https://jitpack.io")}
}
}
```
Expand All @@ -41,6 +44,9 @@ allprojects {
dependencies{
...
implementation 'com.github.hall9zeha:DotsLoadingView:2.0.0'
//When you are using the Kotlin DSL for build.gradle.kts
implementation ("com.github.hall9zeha:DotsLoadingView:2.0.0")
}
```
* Xml layout
Expand Down

0 comments on commit 6f2b6fd

Please sign in to comment.