github Leanplum/Leanplum-Android-SDK 5.4.2
Android SDK 5.4.2

latest releases: 7.0.1, 7.0.1-beta2, 7.0.1-beta1...
3 years ago

You need to use Java 1.8 in your Android project:

android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}

Bugfixes:

  • Set correct number type in Var.value (#419)
  • Locally triggered push notification can be canceled (#418)
  • Decompress gzipped files before saving to local storage (#416)
  • Thread safety support for variable callbacks (#406)
  • Fix start callback to be invoked on failure. (#402)
  • Remove build number suffix from SDK version parameter (#399)
  • Fix not scrollable rich interstitial (#394)
  • Fix issue with WebView and tracking multiple events at once (#393)

Feature Additions:

  • Provide app keys from XML file (#414)
  • Add markAsRead method to inbox messages. (#411)
  • Sending crash as log (#412)
  • Add snapshot testing framework (#400)
  • Allow for custom app version to be set (#397)
  • Add Google Play URL support in web interstitials (#395)

Performance Improvements:

  • Remove CountAggregator usages (#415)
  • Refactor in-app message templates (#409 and #410)
  • Improving SDK logging (#408)
  • Network layer refactoring (#404)
  • Log the exception when firebaseId fails (#405)
  • Update external dependencies (gradle, sdk, java, ...) (#398)

Don't miss a new Leanplum-Android-SDK release

NewReleases is sending notifications on new releases.