Skip to content

Instruction for upgrading the Onegini Android SDK to version 11.4

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:

  • Kotlin Standard Library JDK 7 extension was updated to the version 1.5.21

    1
    org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.21
    

  • Dagger library was updated to the version 2.38.1

    1
    com.google.dagger:dagger:2.38.1