diff --git a/README.md b/README.md index 0dfbf4b..bf84b54 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ This SDK supports AndroidStudio. ### Changelog +### 3.10.0 +Migration Guide: +- Update reference to IDnow SDK to 3.10.0 +- Please see updated dependencies + +Bugfixes: +- minor bugfixes + + ### 3.9.2 Migration Guide: - Update reference to IDnow SDK to 3.9.2 @@ -345,11 +354,11 @@ and in the dependencies part of your app.gradle add: ``` compile 'de.idnow.sdk:idnow-android-@aar' - compile 'com.android.support:support-v4:25.0.0' + compile 'com.android.support:support-v4:25.3.1' compile 'com.google.code.gson:gson:2.4' compile 'com.squareup.retrofit:retrofit:1.9.0' - compile 'com.squareup.okhttp3:okhttp:3.4.1' - compile 'com.squareup.okhttp3:okhttp-ws:3.4.1' + compile 'com.squareup.okhttp3:okhttp:3.8.1' + compile 'com.googlecode.libphonenumber:libphonenumber:8.4.2' ``` ### App Bar diff --git a/idnow-android-3.9.2.aar b/idnow-android-3.10.0.aar similarity index 96% rename from idnow-android-3.9.2.aar rename to idnow-android-3.10.0.aar index 117d293..d553da1 100644 Binary files a/idnow-android-3.9.2.aar and b/idnow-android-3.10.0.aar differ