Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithTamim committed Aug 14, 2024
1 parent dd6775f commit 103a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ dependencyResolutionManagement {
```groovy
dependencies
{
implementation 'com.github.CodeWithTamim:Nicasso:1.0.1'
implementation 'com.github.CodeWithTamim:Nicasso:1.0.2'
}
```
#### `build.gradle.kts` app level module
```groovy
dependencies
{
implementation("com.github.CodeWithTamim:Nicasso:1.0.1")
implementation("com.github.CodeWithTamim:Nicasso:1.0.2")
}
```

Expand Down

0 comments on commit 103a73b

Please sign in to comment.