diff --git a/README.html b/README.html index bb733ce..232921d 100644 --- a/README.html +++ b/README.html @@ -24,11 +24,11 @@

Android Integration Files an SDK Filename - fraudforce-lib-release-5.2.2.aar + fraudforce-lib-release-5.3.0.aar Version - 5.2.2 + 5.3.0 Package @@ -36,7 +36,7 @@

Android Integration Files an Android SDK Dependencies - Android SDK 5.0 or higher (SDK level 21) + Android SDK 7.0 or higher (SDK level 24) Library Dependencies @@ -56,7 +56,7 @@

Android Integration Files an - GET_ACCOUNTS, ACCESS_NETWORK_STATE + GET_ACCOUNTS, ACCESS_NETWORK_STATE, DETECT_SCREEN_RECORDING Supported NDK Architectures @@ -70,18 +70,18 @@

Android Integration Files an

NOTE If the permissions listed are not required by the application, the values collected using those permissions will be ignored. The permissions are not required to obtain a usable blackbox, but they do help obtain some unique device information.

NOTE Android 10 introduced the ACCESS_BACKGROUND_LOCATION permission, protected at the dangerous level as is the case for ACCESS_FINE_LOCATION. Refer to the official Android documentation for when to incorporate this permission.

-

Version 5.2.2 of the TruValidate Device Risk SDK for Android supports Android 5.0 or higher.

+

Version 5.3.0 of the TruValidate Device Risk SDK for Android supports Android 5.0 or higher.

Installing the Device Risk SDK for Android

    -
  1. Download iovation-android-sdk-5.2.2.zip from here: iovation Mobile SDK for Android.

    +
  2. Download iovation-android-sdk-5.3.0.zip from here: iovation Mobile SDK for Android.

  3. -
  4. Unzip iovation-android-sdk-5.2.2.zip.

    +
  5. Unzip iovation-android-sdk-5.3.0.zip.

  6. Depending on your IDE, do one of the following:

  7. -
  8. If you are not already using Java 8 in your project, please include the following code into your application's 'build.gradle' file.

    +
  9. If you are not already using Java 11 in your project, please include the following code into your application's 'build.gradle' file.

     android {
          compileOptions {
    -         sourceCompatibility JavaVersion.VERSION_1_8
    -         targetCompatibility JavaVersion.VERSION_1_8
    +         sourceCompatibility JavaVersion.VERSION_11
    +         targetCompatibility JavaVersion.VERSION_11
          }
      }
     
  10. @@ -275,7 +275,7 @@

    Network Calls

    Compiling The Sample App in Android Studio

    1 In Android Studio, select File | Open or click Open Existing Android Studio Project from the quick-start screen.

      -
    1. From the directory where you unzipped fraudforce-lib-release-5.2.2.zip or cloned the repo, open the android-studio-sample-app directory.

      +
    2. From the directory where you unzipped fraudforce-lib-release-5.3.0.zip or cloned the repo, open the android-studio-sample-app directory.

    3. In the project navigation view, open app/src/main/java/com/iovation/mobile/android/sample/MainActivity.java to run the Java sample app. To run the Kotlin sample app, open kotlinApp/src/main/java/com/iovation/mobile/android/sample/MainActivity.kt.

    4. @@ -292,6 +292,15 @@

      Compiling The Sample App in

    Changelog

    +

    5.3.0

    +

    5.2.2