diff --git a/readme.md b/readme.md index 3cc8a34..97c4fea 100644 --- a/readme.md +++ b/readme.md @@ -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") } ```