diff --git a/README.md b/README.md index 20b10fa07..1751d0d87 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Table of contents | Target SDK | 29 | | androidx.appcompat:appcompat | 1.1.0 | | com.google.android.material:material | 1.1.0 | -| androidx.core:core-ktx | 1.3.0 | +| androidx.core:core-ktx | 1.3.1 | | org.jetbrains.kotlin:kotlin-stdlib-jdk7 | 1.3.72 | ## Structure @@ -52,7 +52,7 @@ For integration you need to install the [Android Studio](http://developer.androi If you are using Maven, add the following to your `build.gradle` file: ```gradle dependencies { - implementation 'com.verygoodsecurity:vgscollect:1.2.2’ + implementation 'com.verygoodsecurity:vgscollect:1.2.3’ } ```