Skip to content

v2.4.0

Compare
Choose a tag to compare
@Sergey-Makarov Sergey-Makarov released this 18 Jan 16:10
· 8 commits to main since this release

What’s new

  • Introduced a new child class, PackageNotAuthorized to the sealed class, Error. This error is returned when an unauthorized app makes identification requests using a stolen API key. See Request filtering for mobile apps for more information.
  • Enhanced our VPN Detection Smart Signal with a new data point, originCountry that indicates the country in which the mobile device is currently located at.

Compatibility

  • Requires Android 5.0+ (API Level 21 or higher)
  • Tested with API Level 34 (targetSdk = 34)
  • Compiled using API Level 34 (compileSdk = 34)

Build Info

  • Kotlin: v1.9.10 (org.jetbrains.kotlin:kotlin-*:1.9.10)
  • Android Gradle Plugin: v8.1.1 (com.android.tools.build:gradle:8.1.1)
  • Gradle: v8.3.0
  • jvmTarget : Java 8