Skip to content

Commit 5f6067b

Browse files
author
Magellan
committed
commit new version: 2.0.0-beta02
1 parent dad0562 commit 5f6067b

11 files changed

+596
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ And the following code to your **module's** `build.gradle` file:
3434
For **V2** :
3535

3636
```groovy
37-
def sdkVersion = '2.0.0-beta01'
37+
def sdkVersion = '2.0.0-beta02'
3838
3939
dependencies {
4040
implementation "com.connectycube.sdk:connectycube-android:$sdkVersion"
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<groupId>com.connectycube.org.webrtc</groupId>
6+
<artifactId>google-webrtc</artifactId>
7+
<version>1.0.24180</version>
8+
<packaging>aar</packaging>
9+
10+
<name>Google's WebRTC Android library</name>
11+
<url>https://webrtc.org/</url>
12+
13+
<properties>
14+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15+
<project.build.commitid>9f6450d5a53cff26874d032cb599237601e7bea5</project.build.commitid>
16+
</properties>
17+
18+
<dependencies>
19+
<dependency>
20+
<groupId>com.google.code.findbugs</groupId>
21+
<artifactId>jsr305</artifactId>
22+
<version>3.+</version>
23+
</dependency>
24+
</dependencies>
25+
26+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"url": "../../connectycube/2.0.0-beta02/connectycube-2.0.0-beta02.module",
5+
"group": "com.connectycube.sdk",
6+
"module": "connectycube",
7+
"version": "2.0.0-beta02",
8+
"attributes": {
9+
"org.gradle.status": "release"
10+
}
11+
},
12+
"createdBy": {
13+
"gradle": {
14+
"version": "7.0.2"
15+
}
16+
},
17+
"variants": [
18+
{
19+
"name": "releaseApiElements-published",
20+
"attributes": {
21+
"org.gradle.usage": "java-api",
22+
"org.jetbrains.kotlin.platform.type": "androidJvm"
23+
},
24+
"dependencies": [
25+
{
26+
"group": "com.connectycube.org.webrtc",
27+
"module": "google-webrtc",
28+
"version": {
29+
"requires": "1.0.24180"
30+
}
31+
},
32+
{
33+
"group": "org.jetbrains.kotlin",
34+
"module": "kotlin-stdlib-jdk8",
35+
"version": {
36+
"requires": "1.5.32"
37+
}
38+
},
39+
{
40+
"group": "org.jetbrains.kotlin",
41+
"module": "kotlin-stdlib-common",
42+
"version": {
43+
"requires": "1.5.32"
44+
}
45+
}
46+
],
47+
"files": [
48+
{
49+
"name": "connectycube-release.aar",
50+
"url": "connectycube-android-2.0.0-beta02.aar",
51+
"size": 1042380,
52+
"sha512": "2250621634512b12f031990bd286833cf60f90cff9d080e194ab44bafa1db0c035e635eddce879c9e1ab13e91ff439453ccd807e753540635b2126213a3b2e3e",
53+
"sha256": "df6e474d5a80733ec06af4986233f822072532590802699953f6a44179a4ad1a",
54+
"sha1": "ecb3a41cfa68efa30521b5b76f207b248f0f4995",
55+
"md5": "22fd4ee25e69daba62f16c267d1222bc"
56+
}
57+
]
58+
},
59+
{
60+
"name": "releaseRuntimeElements-published",
61+
"attributes": {
62+
"org.gradle.usage": "java-runtime",
63+
"org.jetbrains.kotlin.platform.type": "androidJvm"
64+
},
65+
"dependencies": [
66+
{
67+
"group": "com.connectycube.org.webrtc",
68+
"module": "google-webrtc",
69+
"version": {
70+
"requires": "1.0.24180"
71+
}
72+
},
73+
{
74+
"group": "org.jetbrains.kotlin",
75+
"module": "kotlin-stdlib-jdk8",
76+
"version": {
77+
"requires": "1.5.32"
78+
}
79+
},
80+
{
81+
"group": "org.jetbrains.kotlin",
82+
"module": "kotlin-stdlib-common",
83+
"version": {
84+
"requires": "1.5.32"
85+
}
86+
},
87+
{
88+
"group": "io.ktor",
89+
"module": "ktor-client-core-jvm",
90+
"version": {
91+
"requires": "1.6.3"
92+
}
93+
},
94+
{
95+
"group": "io.ktor",
96+
"module": "ktor-client-json-jvm",
97+
"version": {
98+
"requires": "1.6.3"
99+
}
100+
},
101+
{
102+
"group": "io.ktor",
103+
"module": "ktor-client-android",
104+
"version": {
105+
"requires": "1.6.3"
106+
}
107+
},
108+
{
109+
"group": "io.ktor",
110+
"module": "ktor-client-logging-jvm",
111+
"version": {
112+
"requires": "1.6.3"
113+
}
114+
},
115+
{
116+
"group": "org.jetbrains.kotlinx",
117+
"module": "kotlinx-serialization-json",
118+
"version": {
119+
"requires": "1.3.0"
120+
}
121+
},
122+
{
123+
"group": "org.jetbrains.kotlinx",
124+
"module": "kotlinx-coroutines-core",
125+
"version": {
126+
"requires": "1.5.2"
127+
}
128+
},
129+
{
130+
"group": "io.ktor",
131+
"module": "ktor-client-core",
132+
"version": {
133+
"requires": "1.6.3"
134+
}
135+
},
136+
{
137+
"group": "io.ktor",
138+
"module": "ktor-client-json",
139+
"version": {
140+
"requires": "1.6.3"
141+
}
142+
},
143+
{
144+
"group": "io.ktor",
145+
"module": "ktor-client-logging",
146+
"version": {
147+
"requires": "1.6.3"
148+
}
149+
},
150+
{
151+
"group": "io.ktor",
152+
"module": "ktor-client-serialization",
153+
"version": {
154+
"requires": "1.6.3"
155+
}
156+
},
157+
{
158+
"group": "org.jetbrains.kotlinx",
159+
"module": "kotlinx-serialization-protobuf",
160+
"version": {
161+
"requires": "1.3.0"
162+
}
163+
},
164+
{
165+
"group": "com.benasher44",
166+
"module": "uuid",
167+
"version": {
168+
"requires": "0.2.2"
169+
}
170+
},
171+
{
172+
"group": "com.soywiz.korlibs.krypto",
173+
"module": "krypto",
174+
"version": {
175+
"requires": "2.2.0"
176+
}
177+
},
178+
{
179+
"group": "com.soywiz.korlibs.klock",
180+
"module": "klock",
181+
"version": {
182+
"requires": "2.2.0"
183+
}
184+
},
185+
{
186+
"group": "com.soywiz.korlibs.korio",
187+
"module": "korio",
188+
"version": {
189+
"requires": "2.2.0"
190+
}
191+
},
192+
{
193+
"group": "com.connectycube.tigase.halcyon",
194+
"module": "halcyon-core",
195+
"version": {
196+
"requires": "0.0.1-SNAPSHOT"
197+
},
198+
"excludes": [
199+
{
200+
"group": "com.soywiz.korlibs.krypto",
201+
"module": "krypto-jvm"
202+
}
203+
]
204+
}
205+
],
206+
"files": [
207+
{
208+
"name": "connectycube-release.aar",
209+
"url": "connectycube-android-2.0.0-beta02.aar",
210+
"size": 1042380,
211+
"sha512": "2250621634512b12f031990bd286833cf60f90cff9d080e194ab44bafa1db0c035e635eddce879c9e1ab13e91ff439453ccd807e753540635b2126213a3b2e3e",
212+
"sha256": "df6e474d5a80733ec06af4986233f822072532590802699953f6a44179a4ad1a",
213+
"sha1": "ecb3a41cfa68efa30521b5b76f207b248f0f4995",
214+
"md5": "22fd4ee25e69daba62f16c267d1222bc"
215+
}
216+
]
217+
}
218+
]
219+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
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+
<!-- This module was also published with a richer model, Gradle metadata, -->
4+
<!-- which should be used instead. Do not delete the following line which -->
5+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
6+
<!-- that they should prefer consuming it instead. -->
7+
<!-- do_not_remove: published-with-gradle-metadata -->
8+
<modelVersion>4.0.0</modelVersion>
9+
<groupId>com.connectycube.sdk</groupId>
10+
<artifactId>connectycube-android</artifactId>
11+
<version>2.0.0-beta02</version>
12+
<packaging>aar</packaging>
13+
<dependencies>
14+
<dependency>
15+
<groupId>com.connectycube.org.webrtc</groupId>
16+
<artifactId>google-webrtc</artifactId>
17+
<version>1.0.24180</version>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.jetbrains.kotlin</groupId>
22+
<artifactId>kotlin-stdlib-jdk8</artifactId>
23+
<version>1.5.32</version>
24+
<scope>compile</scope>
25+
</dependency>
26+
<dependency>
27+
<groupId>org.jetbrains.kotlin</groupId>
28+
<artifactId>kotlin-stdlib-common</artifactId>
29+
<version>1.5.32</version>
30+
<scope>compile</scope>
31+
</dependency>
32+
<dependency>
33+
<groupId>io.ktor</groupId>
34+
<artifactId>ktor-client-core-jvm</artifactId>
35+
<version>1.6.3</version>
36+
<scope>runtime</scope>
37+
</dependency>
38+
<dependency>
39+
<groupId>io.ktor</groupId>
40+
<artifactId>ktor-client-json-jvm</artifactId>
41+
<version>1.6.3</version>
42+
<scope>runtime</scope>
43+
</dependency>
44+
<dependency>
45+
<groupId>io.ktor</groupId>
46+
<artifactId>ktor-client-android</artifactId>
47+
<version>1.6.3</version>
48+
<scope>runtime</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>io.ktor</groupId>
52+
<artifactId>ktor-client-logging-jvm</artifactId>
53+
<version>1.6.3</version>
54+
<scope>runtime</scope>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.jetbrains.kotlinx</groupId>
58+
<artifactId>kotlinx-serialization-json-jvm</artifactId>
59+
<version>1.3.0</version>
60+
<scope>runtime</scope>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.jetbrains.kotlinx</groupId>
64+
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
65+
<version>1.5.2</version>
66+
<scope>runtime</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>io.ktor</groupId>
70+
<artifactId>ktor-client-core-jvm</artifactId>
71+
<version>1.6.3</version>
72+
<scope>runtime</scope>
73+
</dependency>
74+
<dependency>
75+
<groupId>io.ktor</groupId>
76+
<artifactId>ktor-client-json-jvm</artifactId>
77+
<version>1.6.3</version>
78+
<scope>runtime</scope>
79+
</dependency>
80+
<dependency>
81+
<groupId>io.ktor</groupId>
82+
<artifactId>ktor-client-logging-jvm</artifactId>
83+
<version>1.6.3</version>
84+
<scope>runtime</scope>
85+
</dependency>
86+
<dependency>
87+
<groupId>io.ktor</groupId>
88+
<artifactId>ktor-client-serialization-jvm</artifactId>
89+
<version>1.6.3</version>
90+
<scope>runtime</scope>
91+
</dependency>
92+
<dependency>
93+
<groupId>org.jetbrains.kotlinx</groupId>
94+
<artifactId>kotlinx-serialization-protobuf-jvm</artifactId>
95+
<version>1.3.0</version>
96+
<scope>runtime</scope>
97+
</dependency>
98+
<dependency>
99+
<groupId>com.benasher44</groupId>
100+
<artifactId>uuid-jvm</artifactId>
101+
<version>0.2.2</version>
102+
<scope>runtime</scope>
103+
</dependency>
104+
<dependency>
105+
<groupId>com.soywiz.korlibs.krypto</groupId>
106+
<artifactId>krypto-android</artifactId>
107+
<version>2.2.0</version>
108+
<scope>runtime</scope>
109+
</dependency>
110+
<dependency>
111+
<groupId>com.soywiz.korlibs.klock</groupId>
112+
<artifactId>klock-android</artifactId>
113+
<version>2.2.0</version>
114+
<scope>runtime</scope>
115+
</dependency>
116+
<dependency>
117+
<groupId>com.soywiz.korlibs.korio</groupId>
118+
<artifactId>korio-android</artifactId>
119+
<version>2.2.0</version>
120+
<scope>runtime</scope>
121+
</dependency>
122+
<dependency>
123+
<groupId>com.connectycube.tigase.halcyon</groupId>
124+
<artifactId>halcyon-core-jvm</artifactId>
125+
<version>0.0.1-SNAPSHOT</version>
126+
<scope>runtime</scope>
127+
<exclusions>
128+
<exclusion>
129+
<artifactId>krypto-jvm</artifactId>
130+
<groupId>com.soywiz.korlibs.krypto</groupId>
131+
</exclusion>
132+
</exclusions>
133+
</dependency>
134+
</dependencies>
135+
</project>

0 commit comments

Comments
 (0)