Skip to content

Commit

Permalink
- Updated gradle and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razaghimahdi committed Jan 29, 2023
1 parent a54473d commit 2f9d6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ this in XML then try[Android-Loading-Dots](https://github.com/razaghimahdi/Andro
## Step 2. Add the dependency

dependencies {
implementation 'com.github.razaghimahdi:Compose-Loading-Dots:1.2.1'
implementation 'com.github.razaghimahdi:Compose-Loading-Dots:1.2.2'
}

## Step 3. How to use
Expand Down
2 changes: 1 addition & 1 deletion compose-loading-dots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ afterEvaluate {

groupId = 'com.github.razaghimahdi'
artifactId = 'compose-loading-dots'
version = '1.2.1'
version = '1.2.2'
}
}
}
Expand Down

0 comments on commit 2f9d6ad

Please sign in to comment.