-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Magellan
committed
Feb 8, 2022
1 parent
dad0562
commit 5f6067b
Showing
11 changed files
with
596 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+25.6 MB
com/connectycube/org/webrtc/google-webrtc/1.0.24180/google-webrtc-1.0.24180.aar
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
com/connectycube/org/webrtc/google-webrtc/1.0.24180/google-webrtc-1.0.24180.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.connectycube.org.webrtc</groupId> | ||
<artifactId>google-webrtc</artifactId> | ||
<version>1.0.24180</version> | ||
<packaging>aar</packaging> | ||
|
||
<name>Google's WebRTC Android library</name> | ||
<url>https://webrtc.org/</url> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.build.commitid>9f6450d5a53cff26874d032cb599237601e7bea5</project.build.commitid> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.code.findbugs</groupId> | ||
<artifactId>jsr305</artifactId> | ||
<version>3.+</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
</project> |
Binary file added
BIN
+1020 KB
com/connectycube/sdk/connectycube-android/2.0.0-beta02/connectycube-android-2.0.0-beta02.aar
Binary file not shown.
219 changes: 219 additions & 0 deletions
219
...nnectycube/sdk/connectycube-android/2.0.0-beta02/connectycube-android-2.0.0-beta02.module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
{ | ||
"formatVersion": "1.1", | ||
"component": { | ||
"url": "../../connectycube/2.0.0-beta02/connectycube-2.0.0-beta02.module", | ||
"group": "com.connectycube.sdk", | ||
"module": "connectycube", | ||
"version": "2.0.0-beta02", | ||
"attributes": { | ||
"org.gradle.status": "release" | ||
} | ||
}, | ||
"createdBy": { | ||
"gradle": { | ||
"version": "7.0.2" | ||
} | ||
}, | ||
"variants": [ | ||
{ | ||
"name": "releaseApiElements-published", | ||
"attributes": { | ||
"org.gradle.usage": "java-api", | ||
"org.jetbrains.kotlin.platform.type": "androidJvm" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "com.connectycube.org.webrtc", | ||
"module": "google-webrtc", | ||
"version": { | ||
"requires": "1.0.24180" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlin", | ||
"module": "kotlin-stdlib-jdk8", | ||
"version": { | ||
"requires": "1.5.32" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlin", | ||
"module": "kotlin-stdlib-common", | ||
"version": { | ||
"requires": "1.5.32" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "connectycube-release.aar", | ||
"url": "connectycube-android-2.0.0-beta02.aar", | ||
"size": 1042380, | ||
"sha512": "2250621634512b12f031990bd286833cf60f90cff9d080e194ab44bafa1db0c035e635eddce879c9e1ab13e91ff439453ccd807e753540635b2126213a3b2e3e", | ||
"sha256": "df6e474d5a80733ec06af4986233f822072532590802699953f6a44179a4ad1a", | ||
"sha1": "ecb3a41cfa68efa30521b5b76f207b248f0f4995", | ||
"md5": "22fd4ee25e69daba62f16c267d1222bc" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "releaseRuntimeElements-published", | ||
"attributes": { | ||
"org.gradle.usage": "java-runtime", | ||
"org.jetbrains.kotlin.platform.type": "androidJvm" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "com.connectycube.org.webrtc", | ||
"module": "google-webrtc", | ||
"version": { | ||
"requires": "1.0.24180" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlin", | ||
"module": "kotlin-stdlib-jdk8", | ||
"version": { | ||
"requires": "1.5.32" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlin", | ||
"module": "kotlin-stdlib-common", | ||
"version": { | ||
"requires": "1.5.32" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-core-jvm", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-json-jvm", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-android", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-logging-jvm", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlinx", | ||
"module": "kotlinx-serialization-json", | ||
"version": { | ||
"requires": "1.3.0" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlinx", | ||
"module": "kotlinx-coroutines-core", | ||
"version": { | ||
"requires": "1.5.2" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-core", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-json", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-logging", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "io.ktor", | ||
"module": "ktor-client-serialization", | ||
"version": { | ||
"requires": "1.6.3" | ||
} | ||
}, | ||
{ | ||
"group": "org.jetbrains.kotlinx", | ||
"module": "kotlinx-serialization-protobuf", | ||
"version": { | ||
"requires": "1.3.0" | ||
} | ||
}, | ||
{ | ||
"group": "com.benasher44", | ||
"module": "uuid", | ||
"version": { | ||
"requires": "0.2.2" | ||
} | ||
}, | ||
{ | ||
"group": "com.soywiz.korlibs.krypto", | ||
"module": "krypto", | ||
"version": { | ||
"requires": "2.2.0" | ||
} | ||
}, | ||
{ | ||
"group": "com.soywiz.korlibs.klock", | ||
"module": "klock", | ||
"version": { | ||
"requires": "2.2.0" | ||
} | ||
}, | ||
{ | ||
"group": "com.soywiz.korlibs.korio", | ||
"module": "korio", | ||
"version": { | ||
"requires": "2.2.0" | ||
} | ||
}, | ||
{ | ||
"group": "com.connectycube.tigase.halcyon", | ||
"module": "halcyon-core", | ||
"version": { | ||
"requires": "0.0.1-SNAPSHOT" | ||
}, | ||
"excludes": [ | ||
{ | ||
"group": "com.soywiz.korlibs.krypto", | ||
"module": "krypto-jvm" | ||
} | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "connectycube-release.aar", | ||
"url": "connectycube-android-2.0.0-beta02.aar", | ||
"size": 1042380, | ||
"sha512": "2250621634512b12f031990bd286833cf60f90cff9d080e194ab44bafa1db0c035e635eddce879c9e1ab13e91ff439453ccd807e753540635b2126213a3b2e3e", | ||
"sha256": "df6e474d5a80733ec06af4986233f822072532590802699953f6a44179a4ad1a", | ||
"sha1": "ecb3a41cfa68efa30521b5b76f207b248f0f4995", | ||
"md5": "22fd4ee25e69daba62f16c267d1222bc" | ||
} | ||
] | ||
} | ||
] | ||
} |
135 changes: 135 additions & 0 deletions
135
com/connectycube/sdk/connectycube-android/2.0.0-beta02/connectycube-android-2.0.0-beta02.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<!-- This module was also published with a richer model, Gradle metadata, --> | ||
<!-- which should be used instead. Do not delete the following line which --> | ||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> | ||
<!-- that they should prefer consuming it instead. --> | ||
<!-- do_not_remove: published-with-gradle-metadata --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.connectycube.sdk</groupId> | ||
<artifactId>connectycube-android</artifactId> | ||
<version>2.0.0-beta02</version> | ||
<packaging>aar</packaging> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.connectycube.org.webrtc</groupId> | ||
<artifactId>google-webrtc</artifactId> | ||
<version>1.0.24180</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<artifactId>kotlin-stdlib-jdk8</artifactId> | ||
<version>1.5.32</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<artifactId>kotlin-stdlib-common</artifactId> | ||
<version>1.5.32</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-core-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-json-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-android</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-logging-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlinx</groupId> | ||
<artifactId>kotlinx-serialization-json-jvm</artifactId> | ||
<version>1.3.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlinx</groupId> | ||
<artifactId>kotlinx-coroutines-core-jvm</artifactId> | ||
<version>1.5.2</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-core-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-json-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-logging-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.ktor</groupId> | ||
<artifactId>ktor-client-serialization-jvm</artifactId> | ||
<version>1.6.3</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlinx</groupId> | ||
<artifactId>kotlinx-serialization-protobuf-jvm</artifactId> | ||
<version>1.3.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.benasher44</groupId> | ||
<artifactId>uuid-jvm</artifactId> | ||
<version>0.2.2</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.soywiz.korlibs.krypto</groupId> | ||
<artifactId>krypto-android</artifactId> | ||
<version>2.2.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.soywiz.korlibs.klock</groupId> | ||
<artifactId>klock-android</artifactId> | ||
<version>2.2.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.soywiz.korlibs.korio</groupId> | ||
<artifactId>korio-android</artifactId> | ||
<version>2.2.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.connectycube.tigase.halcyon</groupId> | ||
<artifactId>halcyon-core-jvm</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
<scope>runtime</scope> | ||
<exclusions> | ||
<exclusion> | ||
<artifactId>krypto-jvm</artifactId> | ||
<groupId>com.soywiz.korlibs.krypto</groupId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</project> |
Oops, something went wrong.