Skip to content

Commit

Permalink
Update latest version on readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
caiofaustino committed Nov 4, 2020
1 parent e4a60e5 commit fdab13d
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 @@ -23,11 +23,11 @@ The Components are available through [jcenter][dl], you only need to add the Gra
Import the Component module for the Payment Method you want to use by adding it to your `build.gradle` file.
For example, for the Drop-in solution you should add:
```groovy
implementation "com.adyen.checkout:drop-in:3.7.1"
implementation "com.adyen.checkout:drop-in:3.7.2"
```
For a Credit Card component you should add:
```groovy
implementation "com.adyen.checkout:card-ui:3.7.1"
implementation "com.adyen.checkout:card-ui:3.7.2"
```

## Drop-in
Expand Down

0 comments on commit fdab13d

Please sign in to comment.