Skip to content

Commit 80b099b

Browse files
committed
Release SDK 9.1.2
1 parent e92b7df commit 80b099b

17 files changed

Lines changed: 79 additions & 10 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
![iProov: Flexible authentication for identity assurance](images/banner.jpg)
33

4-
# iProov Android Biometrics SDK v9.1.1
4+
# iProov Android Biometrics SDK v9.1.2
55

66
## Contents of this Package
77

@@ -58,7 +58,7 @@ The Android SDK is provided in Android Library Project (AAR) format as a Maven d
5858
5959
```groovy
6060
dependencies {
61-
implementation('com.iproov.sdk:iproov:9.1.1')
61+
implementation('com.iproov.sdk:iproov:9.1.2')
6262
}
6363
```
6464

example-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'org.jetbrains.kotlin.android'
44
}
55

6-
ext.iproovSdkVersion = "9.1.1"
6+
ext.iproovSdkVersion = "9.1.2"
77

88
android {
99
namespace "com.iproov.example"
3.13 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
73c5167a94146c3c7d60531527af96ef
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b7a472acc7c38b9e8be8c77eaccbb0adcd6db5a7
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
86d9f3f382325be3b6c6a3098d7f08e952c99689e026dc5288bf47d61637daef
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
548afa71bb32d4c6b267ce5778e45ebbb1120e32deeb1f94027bcb2b46a2b1cc080033d63f9e63d3ce8c10a9bd37158b6d30fd95e044130c443873659a805ec3
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.iproov.sdk</groupId>
5+
<artifactId>iproov</artifactId>
6+
<version>9.1.2</version>
7+
<packaging>aar</packaging>
8+
<dependencies>
9+
<dependency>
10+
<groupId>org.jetbrains.kotlinx</groupId>
11+
<artifactId>kotlinx-coroutines-core</artifactId>
12+
<version>1.5.1</version>
13+
</dependency>
14+
<dependency>
15+
<groupId>org.jetbrains.kotlinx</groupId>
16+
<artifactId>kotlinx-coroutines-android</artifactId>
17+
<version>1.5.1</version>
18+
</dependency>
19+
<dependency>
20+
<groupId>com.tinder.statemachine</groupId>
21+
<artifactId>statemachine</artifactId>
22+
<version>0.2.0</version>
23+
</dependency>
24+
<dependency>
25+
<groupId>androidx.lifecycle</groupId>
26+
<artifactId>lifecycle-runtime-ktx</artifactId>
27+
<version>2.4.1</version>
28+
</dependency>
29+
<dependency>
30+
<groupId>androidx.appcompat</groupId>
31+
<artifactId>appcompat</artifactId>
32+
<version>1.3.1</version>
33+
</dependency>
34+
<dependency>
35+
<groupId>androidx.exifinterface</groupId>
36+
<artifactId>exifinterface</artifactId>
37+
<version>1.3.3</version>
38+
</dependency>
39+
<dependency>
40+
<groupId>com.squareup.okhttp3</groupId>
41+
<artifactId>okhttp</artifactId>
42+
<version>4.9.3</version>
43+
</dependency>
44+
<dependency>
45+
<groupId>com.google.protobuf</groupId>
46+
<artifactId>protobuf-javalite</artifactId>
47+
<version>3.21.12</version>
48+
</dependency>
49+
<dependency>
50+
<groupId>androidx.databinding</groupId>
51+
<artifactId>viewbinding</artifactId>
52+
<version>7.4.2</version>
53+
</dependency>
54+
<dependency>
55+
<groupId>org.jetbrains.kotlin</groupId>
56+
<artifactId>kotlin-stdlib-jdk8</artifactId>
57+
<version>1.5.30</version>
58+
</dependency>
59+
</dependencies>
60+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1f8e953c4ea4460ed0b99816c784175e
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f95e244ca579a87ecae555554ee227bf94f74ad9

0 commit comments

Comments
 (0)