diff --git a/README.md b/README.md index 0168d4b0b5..4e9999fed8 100644 --- a/README.md +++ b/README.md @@ -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