Instruction for upgrading the Onegini Android SDK to version 10.1

Third-party libraries were updated

A third-party library was updated, if you provide the SDK as an aar archive please update the dependency in your project:

  • OkHttp library was updated to the version 3.12.10:

    com.squareup.okhttp3:okhttp:3.12.10
    com.squareup.okhttp3:okhttp-urlconnection:3.12.10
    com.squareup.okhttp3:logging-interceptor:3.12.10
    

    The Onegini SDK still maintains support for Android 4.x and thus could not use the latest version of the OkHttp library (3.14.x or 4.x) as it does not have support Android 4.x at this time.

  • Retrofit library was updated to the version 2.6.4:

     com.squareup.retrofit2:retrofit:2.6.4
     com.squareup.retrofit2:converter-gson:2.6.4
     com.squareup.retrofit2:adapter-rxjava2:2.6.4
    
  • RxJava library was updated the the version 2.2.19: io.reactivex.rxjava2:rxjava:2.2.19

  • SQLCipher library was updated to the version 4.3.0: net.zetetic:android-database-sqlcipher:4.3.0