Instruction for upgrading the Onegini Android SDK to version 11.5¶
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:
-
JNA library was updated to the version 5.9.0:
1
net.java.dev.jna:jna:5.9.0
-
Dagger library was updated to the version 2.39.1
1
com.google.dagger:dagger:2.39.1
-
Kotlin Standard Library JDK 7 extension was updated to the version 1.5.31
1
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31
-
OkHttp library was updated to the version 4.9.2:
1 2 3
com.squareup.okhttp3:okhttp:4.9.2 com.squareup.okhttp3:okhttp-urlconnection:4.9.2 com.squareup.okhttp3:logging-interceptor:4.9.2
-
RxJava library was updated to the version 3.1.2:
1
io.reactivex.rxjava3:rxjava:3.1.2