Skip to content

Commit 0cb7652

Browse files
Release 1.0.0
1 parent 5ad1978 commit 0cb7652

File tree

671 files changed

+18
-23836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

671 files changed

+18
-23836
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.kotlin
33
.gradle
44
**/build/
5+
.build
56
xcuserdata
67
!src/**/build/
78
local.properties

exampleApp/build/generated/compose/resourceGenerator/kotlin/commonMainResourceAccessors/com/iproov/example/exampleapp/generated/resources/Drawable0.commonMain.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

exampleApp/build/generated/compose/resourceGenerator/kotlin/commonResClass/com/iproov/example/exampleapp/generated/resources/Res.kt

Lines changed: 0 additions & 50 deletions
This file was deleted.

exampleApp/build/kotlin/commonizedNativeDistributionLocation.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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>20250616130533</lastUpdated>
11+
<lastUpdated>20250616130224</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>20250616130534</lastUpdated>
11+
<lastUpdated>20250616130227</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>20250616130534</lastUpdated>
11+
<lastUpdated>20250616130224</lastUpdated>
1212
</versioning>
1313
</metadata>
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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 -->
49
<modelVersion>4.0.0</modelVersion>
510
<groupId>com.iproov.kmp</groupId>
611
<artifactId>sdk</artifactId>
712
<version>1.0.0</version>
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-sdk</url>
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>
1221
</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>20250616130534</lastUpdated>
11+
<lastUpdated>20250616130226</lastUpdated>
1212
</versioning>
1313
</metadata>

0 commit comments

Comments
 (0)