Skip to content

Commit 04febab

Browse files
committed
Add artifacts for version 1.4.0
1 parent 59a8f42 commit 04febab

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Binary file not shown.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
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 -->
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>com.github.vlprojects</groupId>
11+
<artifactId>livedigital-android-sdk</artifactId>
12+
<version>1.4.0</version>
13+
<packaging>aar</packaging>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.google.mlkit</groupId>
17+
<artifactId>segmentation-selfie</artifactId>
18+
<version>16.0.0-beta6</version>
19+
<scope>compile</scope>
20+
</dependency>
21+
<dependency>
22+
<groupId>com.squareup.retrofit2</groupId>
23+
<artifactId>retrofit</artifactId>
24+
<version>2.11.0</version>
25+
<scope>compile</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>com.squareup.okhttp3</groupId>
29+
<artifactId>logging-interceptor</artifactId>
30+
<version>4.12.0</version>
31+
<scope>compile</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.jetbrains.kotlinx</groupId>
35+
<artifactId>kotlinx-serialization-json</artifactId>
36+
<version>1.8.0</version>
37+
<scope>compile</scope>
38+
</dependency>
39+
<dependency>
40+
<groupId>com.squareup.retrofit2</groupId>
41+
<artifactId>converter-kotlinx-serialization</artifactId>
42+
<version>2.11.0</version>
43+
<scope>compile</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>io.socket</groupId>
47+
<artifactId>socket.io-client</artifactId>
48+
<version>2.1.2</version>
49+
<scope>compile</scope>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.jetbrains.kotlin</groupId>
53+
<artifactId>kotlin-stdlib</artifactId>
54+
<version>2.1.20</version>
55+
<scope>compile</scope>
56+
</dependency>
57+
</dependencies>
58+
</project>

0 commit comments

Comments
 (0)