[SDK] [Android] v4.4.0

Changelog:

  • Bump compileSdk to 33.
    You may need to ensure that your application compiles with the same version. Check your app/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 to com.squareup.picasso3:picasso:3.0.0-alpha05 too

Make sure to also upgrade the FCM module for complementary upgrades.