Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 19:06
· 12 commits to main since this release
v5.0.0
5312268

What's new

  • Java 8 is now required.
  • The SDK has migrated to Kotlin (1.5.30).
    • If your application does not already include the Kotlin standard library (i.e. your application
    • is written entirely in Java), then you must include the kotlin stdlib as a dependency.
  • FraudForceManager can be accessed as a Kotlin object or via FraudForceManager.INSTANCE when using Java).
  • Targeting Android 12 (API 31).
  • Changes to cryptography uses.
  • Adjusted collection details.
  • Improvements to detail caching.
  • Fixed Proguard rules.