Marketing Cloud Personalization Android SDK Release Notes

1.4.0 

Released August 2023

1.3.1 

Released June 2023

  • OS updates:

    • EvergageActivity needs to declare android:exported in the manifest

    • Official Google/Android nullability annotations have transitioned from the older com.android.support:support-annotations to the latest androidx.annotation:annotation. You may find that those annotation libraries declare using a specific Kotlin version, which may collide with other Kotlin versions declared by other dependencies in your app. One way to resolve this is to choose a Kotlin version to consistently use everywhere:

      // In your app's build.gradle :
      dependencies {
          //...
      
          // To consistently use Kotlin version 1.8.0 across transitive dependencies:
          implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
      
          //...
  • Push notification updates:

  • Documentation updates:

1.3.0 

Released December 2018

1.2.3 

Released June 2017

  • Fixed: After reset, the SDK needs to once again automatically fetch the initial configuration from the server
  • Documentation improvements

1.2.2 

Released December 2016

1.2.1 

Released November 2016

First GA public release

  • Network: Queueing, connectivity monitoring
  • Tracking: APIs, Screen/Activity context, lifecycle monitoring (Activities, "foreground", "background")
  • Campaigns: Data, In-App Message, URL-handling for testing
  • Auto-detects DEBUG/debuggable builds and adjusts default log level