Instruction for upgrading the Onegini Android SDK to version 11.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:
-
Dagger library was updated to the version 2.37
1
com.google.dagger:dagger:2.37
-
OkHttp library was updated to the version 4.9.1:
1 2 3
com.squareup.okhttp3:okhttp:4.9.1 com.squareup.okhttp3:okhttp-urlconnection:4.9.1 com.squareup.okhttp3:logging-interceptor:4.9.1
-
RxJava library was updated to the version 3.0.13:
1
io.reactivex.rxjava3:rxjava:3.0.13
-
JNA library was updated to the version 5.8.0:
1
net.java.dev.jna:jna:5.8.0
-
SQLCipher library was updated to the version 4.4.3
1
net.zetetic:android-database-sqlcipher:4.4.3
-
AndroidX Core was updated to the version 1.5.0
1
androidx.core:core:1.5.0