Skip to content

Commit

Permalink
Release SDK 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Nov 19, 2024
1 parent 3e09c5a commit cebb2f0
Show file tree
Hide file tree
Showing 27 changed files with 149 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

# iProov Android Biometrics SDK v10.2.0
# iProov Android Biometrics SDK v10.2.1

## Contents of this Package

Expand Down Expand Up @@ -31,6 +31,7 @@ iProov also supports [iOS](https://github.com/iproov/ios), [Xamarin](https://git
- `minSdkVersion` API Level 26 (Android 8) and above
- Compilation target, build tools, and Android compatibility libraries must be API level 31 or above
- AndroidX
- Camera and Internet permissions (defined in the manifest) - Camera permission will be requested and handled by this SDK, if needed

## Upgrading from Earlier Versions

Expand Down Expand Up @@ -60,7 +61,7 @@ Alternatively, in `settings.gradle` if you have opted to use `dependencyResoluti
```groovy
dependencies {
implementation('com.iproov.sdk:iproov:10.2.0')
implementation('com.iproov.sdk:iproov:10.2.1')
}
```
Expand Down
2 changes: 1 addition & 1 deletion example-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

ext.iproovSdkVersion = "10.2.0"
ext.iproovSdkVersion = "10.2.1"

android {
namespace "com.iproov.example"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3233d9674bd472d4db23b8b69d9c2bb1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
980ff68dc131c6c61813686af5268595bd08e144
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b4c0b2a967ccf96596269edb75e9d3b09f50091eb58aaf4b34be0a3bd50c7b7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
063345d6b6ce0550d7a15258cdd839cb2bcf3463787d37c8be4c730f159215dbe8878b27be9b77687e38d5bb33d2e98f95d1f4656c8cd680dc9f48cd45d24316
60 changes: 60 additions & 0 deletions maven/com/iproov/sdk/iproov/10.2.1-pf/iproov-10.2.1-pf.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.iproov.sdk</groupId>
<artifactId>iproov</artifactId>
<version>10.2.1-pf</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>com.tinder.statemachine</groupId>
<artifactId>statemachine</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>androidx.exifinterface</groupId>
<artifactId>exifinterface</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>7.4.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df791896e490f7373699240fd6130aa5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3dfcab8e58fab209473ed633476d4ca830ded074
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f1ed9dbf778d5a0e9089ec9555820aa5a564dc1c9c966460fefd27bd9a5b39a8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
52cb6074c2db4a659261496bbda698722f99f8a92f662bdf11b4445463a3193fda27089b9bdd6cbaf419fc26b14296ea6aebdc40778a868420413573aa65166a
Binary file not shown.
1 change: 1 addition & 0 deletions maven/com/iproov/sdk/iproov/10.2.1/iproov-10.2.1.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7455bff62d31bbbd28ca7fd228a5a412
1 change: 1 addition & 0 deletions maven/com/iproov/sdk/iproov/10.2.1/iproov-10.2.1.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b6c6066c19770b25fcf389f5451cbb0c222365b0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ce7934141d6bdda8b2efe6dbb45e99a2c5765cfaeb8944898b8c362fa7011a2b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ada1da397972c3ba390589cccdadc1ef5e1e544de968a94493431dba1c2052f4d082339391b3aa9f28c785696b5d833d03071c44601e5899546a2efd08bc3367
60 changes: 60 additions & 0 deletions maven/com/iproov/sdk/iproov/10.2.1/iproov-10.2.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.iproov.sdk</groupId>
<artifactId>iproov</artifactId>
<version>10.2.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>com.tinder.statemachine</groupId>
<artifactId>statemachine</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>androidx.exifinterface</groupId>
<artifactId>exifinterface</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>7.4.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-javalite</artifactId>
<version>3.25.5</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions maven/com/iproov/sdk/iproov/10.2.1/iproov-10.2.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70ffb700ad2e6ae8396f0722ea06b58f
1 change: 1 addition & 0 deletions maven/com/iproov/sdk/iproov/10.2.1/iproov-10.2.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b9065e658403bfda4b316f957fed392a5b8f8ce2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7c09afe091cb6da8cc1253f7681cd4b0b56744239acba8510b5613f3314a3167
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e0fac289d25e862a8cb55791a1d89875312b03e241fd5e49e3498857eaf3f4099ca1fee34100098f47b1a825f211370b69330531587cf9f8059c236464de55c2
8 changes: 5 additions & 3 deletions maven/com/iproov/sdk/iproov/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<groupId>com.iproov.sdk</groupId>
<artifactId>iproov</artifactId>
<versioning>
<latest>10.2.0</latest>
<release>10.2.0</release>
<latest>10.2.1</latest>
<release>10.2.1</release>
<versions>
<version>4.4.0</version>
<version>5.0.0-beta1</version>
Expand Down Expand Up @@ -67,7 +67,9 @@
<version>10.1.0</version>
<version>10.2.0-pf</version>
<version>10.2.0</version>
<version>10.2.1-pf</version>
<version>10.2.1</version>
</versions>
<lastUpdated>20241014120121</lastUpdated>
<lastUpdated>20241119145107</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion maven/com/iproov/sdk/iproov/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a64a914aa9b1e268e62488372705044c
ba86ba9a013f0e1b5d77213f2da3be9d
2 changes: 1 addition & 1 deletion maven/com/iproov/sdk/iproov/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3932c9dc7e59667b23437c22f4d3bc23c1e26a04
d7cc40d6923f79e5e61dd3bba710e0c9ca4a0ccb
2 changes: 1 addition & 1 deletion maven/com/iproov/sdk/iproov/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bfe01c17cc9b75a48a7c7ae568bf03ffe139eeb03aa69b59d1e8265c5e0e8d91
c9f266fc7758343f7db700b28af0eea5b887def35d25bddcde675797dc6dcfd9
2 changes: 1 addition & 1 deletion maven/com/iproov/sdk/iproov/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc99452963409174dd2fe52cf97c3305f44e75bb954eb85b625c549bab07eafffcf8d436e8ad26920cf8f79b0b28a248657b883d8e2620eea48c407f9b83aadc
bf7d329733eb4293d7cbe2156dbf31a93b73924bb8374cbd157527ea5add2936d4dec4bdf268ecba264afc2a1685b6cf49cce2f4eebdcd659ffa17ecfda8b71c

0 comments on commit cebb2f0

Please sign in to comment.