You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> __NOTE__ Android 12 introduced the BLUETOOTH_CONNECT permission, protected at the dangerous level. Refer to the [official Android documentation](https://developer.android.com/about/versions/12/features/bluetooth-permissions) on how to include it.
33
33
@@ -37,19 +37,19 @@ The Device Risk SDK integrates with native and hybrid apps. Hybrid apps mix nati
37
37
38
38
> __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.
39
39
40
-
Version 5.0.0 of the TruValidate Device Risk SDK for Android supports Android 5.0 or higher.
40
+
Version 5.1.0 of the TruValidate Device Risk SDK for Android supports Android 5.0 or higher.
41
41
42
42
## Installing the Device Risk SDK for Android
43
43
44
-
1. Download iovation-android-sdk-5.0.0.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
44
+
1. Download iovation-android-sdk-5.1.0.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
45
45
46
-
2. Unzip iovation-android-sdk-5.0.0.zip.
46
+
2. Unzip iovation-android-sdk-5.1.0.zip.
47
47
48
48
3. Depending on your IDE, do one of the following:
49
49
50
50
- In __Maven__, deploy the AAR file to your local Maven repository, using maven-deploy. For more information, see [Guide to installing 3rd party JARs](http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html).
51
51
52
-
- If you are using __Gradle__, add the *fraudforce-lib-release-5.0.0.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-5.0.0.aar file accessible to Gradle.
52
+
- If you are using __Gradle__, add the *fraudforce-lib-release-5.1.0.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-5.1.0.aar file accessible to Gradle.
53
53
54
54
```
55
55
buildscript {
@@ -66,12 +66,12 @@ Version 5.0.0 of the TruValidate Device Risk SDK for Android supports Android 5.
66
66
}
67
67
}
68
68
```
69
-
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-5.0.0 is included as a dependency:
69
+
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-5.1.0 is included as a dependency:
@@ -277,7 +277,7 @@ The SDK includes the ability to make a network call to TransUnion TruValidate's
277
277
278
278
1 In Android Studio, select File | Open or click **Open Existing Android Studio Project** from the quick-start screen.
279
279
280
-
2. From the directory where you unzipped fraudforce-lib-release-5.0.0.zip or cloned the repo, open the **android-studio-sample-app** directory.
280
+
2. From the directory where you unzipped fraudforce-lib-release-5.1.0.zip or cloned the repo, open the **android-studio-sample-app** directory.
281
281
282
282
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`.
283
283
@@ -292,6 +292,8 @@ The SDK includes the ability to make a network call to TransUnion TruValidate's
292
292
6. When the app compiles successfully, you will see a view with a button that allows you to display a blackbox.
0 commit comments