[SDK] [Android] v4.4.0
about 1 year ago by Olivier Favre
Changelog:
-
Bump
compileSdk
to33
.
You may need to ensure that your application compiles with the same version. Check yourapp/build.gradle
and update the following line:android { defaultConfig { compileSdk 33 } }
-
Customize the
User-Agent
used for API requests to better diagnose traffic from different applications. -
Upgrade
com.squareup.okhttp3:okhttp
from 3.14.9 to 4.11.0 to avoid the following CVE:- [CVE-2021-0341] CWE-295: Improper Certificate Validation
-
Upgrade
com.squareup.okio:okio
from 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.8
tocom.squareup.picasso3:picasso:3.0.0-alpha05
too
Make sure to also upgrade the FCM module for complementary upgrades.