diff --git a/README.md b/README.md index e4e43299b..21a037a3f 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ dependencies { implementation 'com.android.support:design:27.1.1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.android.volley:volley:1.0.0' - implementation 'com.github.checkout:frames-android:v2.0.0' + implementation 'com.github.checkout:frames-android:v2.0.1' } ``` -> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.0.0) +> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.0.1) > Please keep in mind that the Jitpack repository should to be added to the project gradle file while the dependency should be added in the module gradle file. [(see more about gradle files)](https://developer.android.com/studio/build)