|
| 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> |
0 commit comments