Skip to content

2.3.3 (June, 7, 2024)

Compare
Choose a tag to compare
@Nevazhnovu Nevazhnovu released this 07 Jun 14:33
87c6a72

2.3.3

  • Unity SDK brought up to v7.8.3 of Native Android SDK #58 which fixes the following:
  • DIA-4087 Fixed: Empty consent when GDPR/CCPA applies is false
  • Also, in Unity SDK version 2.3.3, due to Java version upgrade as well as Gradle upgrade to version 7.5 in native Android SDK 7.8.2 (which is a dependency of Unity SDK), CMP SDK is now supported on Unity version 2022.3 and higher. However, we are able to build with Gradle v7.2 which is built-in in Unity 2022.3, so using Gradle 7.5 is not required.
  • Please also note that in order to build a project you need to use a custom template for Gradle, please refer to "Plugins\Android\mainTemplate.gradle", lines 41-43.
  • Various minor improvements.