Skip to content

Commit

Permalink
[Update] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hangga committed May 29, 2022
1 parent 02f8806 commit 59a8e24
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 @@ -18,7 +18,7 @@ maven{url 'https://repo.repsy.io/mvn/kredibel/sdk'}
#### 2. Add this dependency to gradle script on app module.
```groovy
dependencies {
implementation 'io.kredibel:picker:0.0.1-beta' // Please check latest version
implementation 'io.kredibel:picker:0.0.1' // Please check latest version
}
```
## Using Picker
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.0"
classpath "com.android.tools.build:gradle:7.0.4"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 59a8e24

Please sign in to comment.