Skip to content

Commit

Permalink
- Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razaghimahdi committed Jan 21, 2023
1 parent c368c68 commit 2559e0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
simple Library to have Progresses dots loading by compose, this is compose version [Android-Loading-Dots](https://github.com/razaghimahdi/Android-Loading-Dots)
## Developed by Mahdi Razzaghi Ghaleh

https://jitpack.io/#razaghimahdi/Compose-Loading-Dots
[![](https://jitpack.io/v/razaghimahdi/Compose-Loading-Dots.svg)](https://jitpack.io/#razaghimahdi/Compose-Loading-Dots)

# Step1. Add it in your root build.gradle at the end of repositories:
allprojects {
Expand All @@ -18,6 +18,17 @@ https://jitpack.io/#razaghimahdi/Compose-Loading-Dots
}
Current Ver:"1.0"

# Step 3. How to use
```kotlin

LoadingWavy(modifier = Modifier.padding(vertical = 8.dp))

LoadingFady(modifier = Modifier.padding(vertical = 8.dp))

LoadingBiggy(modifier = Modifier.padding(vertical = 8.dp))

```

Done !!!


Expand Down
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha02'
implementation 'androidx.activity:activity-compose:1.6.0-alpha03'

implementation 'com.github.razaghimahdi:Compose-Loading-Dots:Tag'
// implementation 'com.github.razaghimahdi:Compose-Loading-Dots:1.0'

implementation project(':compose-loading-dots')


}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
repositories {
google()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
mavenCentral()

}
Expand Down

0 comments on commit 2559e0b

Please sign in to comment.