[SDK] [Android] v4.4.0
October 4th, 2023 by Olivier Favre
Changelog:
-
Bump
compileSdkto33.
You may need to ensure that your application compiles with the same version. Check yourapp/build.gradleand update the following line:android { defaultConfig { compileSdk 33 } } -
Customize the
User-Agentused for API requests to better diagnose traffic from different applications. -
Upgrade
com.squareup.okhttp3:okhttpfrom 3.14.9 to 4.11.0 to avoid the following CVE:- [CVE-2021-0341] CWE-295: Improper Certificate Validation
-
Upgrade
com.squareup.okio:okiofrom 1.17.2 to 3.6.0 to avoid the following CVE:- [CVE-2023-3635] CWE-681: Incorrect Conversion between Numeric Types
-
Upgrade
com.squareup.picasso:picasso:2.8tocom.squareup.picasso3:picasso:3.0.0-alpha05too
Make sure to also upgrade the FCM module for complementary upgrades.
