Skip to content

Commit b2afaec

Browse files
Release 1.0.0
1 parent ec5a15d commit b2afaec

File tree

7 files changed

+10
-19
lines changed

7 files changed

+10
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![iProov: Flexible authentication for identity assurance](https://github.com/iProov/kotlin_multiplatform/banner.jpg)
1+
![iProov: Flexible authentication for identity assurance](https://github.com/iProov/kotlin-multiplatform/blob/master/banner.jpg)
22
# iProov Biometrics Kotlin Multiplatform SDK
33

44
## Introduction

maven/com/iproov/kmp/sdk-android-debug/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>1.0.0</version>
1010
</versions>
11-
<lastUpdated>20250616130224</lastUpdated>
11+
<lastUpdated>20250616135844</lastUpdated>
1212
</versioning>
1313
</metadata>

maven/com/iproov/kmp/sdk-android/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>1.0.0</version>
1010
</versions>
11-
<lastUpdated>20250616130227</lastUpdated>
11+
<lastUpdated>20250616135845</lastUpdated>
1212
</versioning>
1313
</metadata>

maven/com/iproov/kmp/sdk-iosarm64/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>1.0.0</version>
1010
</versions>
11-
<lastUpdated>20250616130224</lastUpdated>
11+
<lastUpdated>20250616135845</lastUpdated>
1212
</versioning>
1313
</metadata>
Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4-
<!-- This module was also published with a richer model, Gradle metadata, -->
5-
<!-- which should be used instead. Do not delete the following line which -->
6-
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7-
<!-- that they should prefer consuming it instead. -->
8-
<!-- do_not_remove: published-with-gradle-metadata -->
94
<modelVersion>4.0.0</modelVersion>
105
<groupId>com.iproov.kmp</groupId>
116
<artifactId>sdk</artifactId>
127
<version>1.0.0</version>
13-
<dependencies>
14-
<dependency>
15-
<groupId>org.jetbrains.kotlin</groupId>
16-
<artifactId>kotlin-stdlib</artifactId>
17-
<version>2.1.21</version>
18-
<scope>runtime</scope>
19-
</dependency>
20-
</dependencies>
8+
<packaging>pom</packaging>
9+
<name>iProov KMP</name>
10+
<description>A KMP wrapper for the native iProov SDK.</description>
11+
<url>https://github.com/iProov/kotlin-multiplatform</url>
2112
</project>

maven/com/iproov/kmp/sdk/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>1.0.0</version>
1010
</versions>
11-
<lastUpdated>20250616130226</lastUpdated>
11+
<lastUpdated>20250616135846</lastUpdated>
1212
</versioning>
1313
</metadata>

sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ publishing {
9090
pom {
9191
name.set("iProov KMP")
9292
description.set("A KMP wrapper for the native iProov SDK.")
93-
url.set("https://github.com/iProov/kotlin-multiplatform-sdk") // kmp wrapper repo url
93+
url.set("https://github.com/iProov/kotlin-multiplatform") // kmp wrapper repo url
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)