-
Notifications
You must be signed in to change notification settings - Fork 16
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
1 parent
e14cb75
commit cf1c6b6
Showing
83 changed files
with
412 additions
and
36 deletions.
There are no files selected for viewing
Binary file not shown.
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,18 @@ | ||
<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.quickblox</groupId> | ||
<artifactId>google-webrtc</artifactId> | ||
<version>m105</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>42be4ae879ed6870dfc5ca554d11062b536da717</project.build.commitid> | ||
</properties> | ||
|
||
</project> |
Binary file added
BIN
+80.6 KB
...ickblox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...lox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.aar.md5
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 @@ | ||
86a17116e16d01d875a8d13efd9885a0 |
1 change: 1 addition & 0 deletions
1
...ox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.aar.sha1
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 @@ | ||
66dc74a18c75dc02cc4d5642d2ff5fc665357229 |
28 changes: 28 additions & 0 deletions
28
...ickblox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-chat-extensions</artifactId> | ||
<version>4.0.2</version> | ||
<packaging>aar</packaging> | ||
<name>QuickBlox</name> | ||
<url>https://quickblox.com</url> | ||
<inceptionYear>2022</inceptionYear> | ||
<developers> | ||
<developer> | ||
<id>kirilltolmachev</id> | ||
<name>Kirill Tolmachev</name> | ||
<email>kirill.tolmachev@quickblox.com</email> | ||
<organizationUrl>https://quickblox.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-chat</artifactId> | ||
<version>4.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...lox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.pom.md5
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 @@ | ||
da7b8a084b4316aab555dff378b38599 |
1 change: 1 addition & 0 deletions
1
...ox-android-sdk-chat-extensions/4.0.2/quickblox-android-sdk-chat-extensions-4.0.2.pom.sha1
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 @@ | ||
f2e1f4fc5fedf212729d80736c714f2acbe63d20 |
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
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-chat-extensions/maven-metadata.xml.md5
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 |
---|---|---|
@@ -1 +1 @@ | ||
75618531557bdee766d2817376b3f9fb | ||
c21de58c0266c76aeb1b9a23900c3fda |
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-chat-extensions/maven-metadata.xml.sha1
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 |
---|---|---|
@@ -1 +1 @@ | ||
a95067d11807ee5f35c6d8be5b730cbcac67185f | ||
0299eda66aeceb6305aadc9cd2bbcdd0b89b0424 |
Binary file added
BIN
+719 KB
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.aar.md5
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 @@ | ||
a5d5aa68cf37c843bb5eddff9bda0d7a |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.aar.sha1
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 @@ | ||
aacd735d21ef2ea2a6d8f63b934931cc22cc6968 |
40 changes: 40 additions & 0 deletions
40
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.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,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-chat</artifactId> | ||
<version>4.0.2</version> | ||
<packaging>aar</packaging> | ||
<name>QuickBlox</name> | ||
<url>https://quickblox.com</url> | ||
<inceptionYear>2022</inceptionYear> | ||
<developers> | ||
<developer> | ||
<id>kirilltolmachev</id> | ||
<name>Kirill Tolmachev</name> | ||
<email>kirill.tolmachev@quickblox.com</email> | ||
<organizationUrl>https://quickblox.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-core</artifactId> | ||
<version>4.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jxmpp</groupId> | ||
<artifactId>jxmpp-core</artifactId> | ||
<version>0.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>de.measite.minidns</groupId> | ||
<artifactId>minidns</artifactId> | ||
<version>0.1.7</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.pom.md5
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 @@ | ||
c8ea938573e0271f7300eeade01a5dc9 |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-chat/4.0.2/quickblox-android-sdk-chat-4.0.2.pom.sha1
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 @@ | ||
f67b34b0ce45d5b9e2c4e6f72e459f1457d66dbb |
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
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-chat/maven-metadata.xml.md5
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 |
---|---|---|
@@ -1 +1 @@ | ||
4e1e1805555ad3ae3fcd516be290a382 | ||
98513a4c0bb14aa389e68a5a9edbb6d0 |
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-chat/maven-metadata.xml.sha1
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 |
---|---|---|
@@ -1 +1 @@ | ||
af3afb244ab9b13bf2d17c5f7f2e780944423388 | ||
bf84b2614244a9a5e4aa90fc03c5097838182ee6 |
Binary file added
BIN
+67.9 KB
...ickblox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...lox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.aar.md5
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 @@ | ||
40c11b4e5663ad58684fa84372f2fae7 |
1 change: 1 addition & 0 deletions
1
...ox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.aar.sha1
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 @@ | ||
c543b0e689daccacc7a238cb3bfdb5e7f2ac572c |
34 changes: 34 additions & 0 deletions
34
...ickblox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.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,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-conference</artifactId> | ||
<version>4.0.2</version> | ||
<packaging>aar</packaging> | ||
<name>QuickBlox</name> | ||
<url>https://quickblox.com</url> | ||
<inceptionYear>2022</inceptionYear> | ||
<developers> | ||
<developer> | ||
<id>kirilltolmachev</id> | ||
<name>Kirill Tolmachev</name> | ||
<email>kirill.tolmachev@quickblox.com</email> | ||
<organizationUrl>https://quickblox.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-videochat-webrtc</artifactId> | ||
<version>4.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.neovisionaries</groupId> | ||
<artifactId>nv-websocket-client</artifactId> | ||
<version>1.31</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...lox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.pom.md5
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 @@ | ||
f8012ff4d5f3bb8ae301a893f95f0583 |
1 change: 1 addition & 0 deletions
1
...ox/quickblox-android-sdk-conference/4.0.2/quickblox-android-sdk-conference-4.0.2.pom.sha1
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 @@ | ||
46e11c9975e377e3f950135b9cb3b5cd61f13943 |
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
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-conference/maven-metadata.xml.md5
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 |
---|---|---|
@@ -1 +1 @@ | ||
e1169508a762f4ffd926fcb137a71df2 | ||
bd389980d9dd99534ee4ec78402ed70a |
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-conference/maven-metadata.xml.sha1
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 |
---|---|---|
@@ -1 +1 @@ | ||
479a4d48314530d438bac01b470e32ab5026f47e | ||
54d2d22bc593929240dddea145509615173eb265 |
Binary file added
BIN
+32.7 KB
com/quickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...quickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.aar.md5
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 @@ | ||
d1c1633b60f22e402e6d68c02a79d940 |
1 change: 1 addition & 0 deletions
1
...uickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.aar.sha1
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 @@ | ||
21c20f7672a71b6e5c0626b031f4f2049cbdf9e5 |
28 changes: 28 additions & 0 deletions
28
com/quickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-content</artifactId> | ||
<version>4.0.2</version> | ||
<packaging>aar</packaging> | ||
<name>QuickBlox</name> | ||
<url>https://quickblox.com</url> | ||
<inceptionYear>2022</inceptionYear> | ||
<developers> | ||
<developer> | ||
<id>kirilltolmachev</id> | ||
<name>Kirill Tolmachev</name> | ||
<email>kirill.tolmachev@quickblox.com</email> | ||
<organizationUrl>https://quickblox.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-core</artifactId> | ||
<version>4.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...quickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.pom.md5
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 @@ | ||
98241b27b87a6063098ad85e18085d1a |
1 change: 1 addition & 0 deletions
1
...uickblox/quickblox-android-sdk-content/4.0.2/quickblox-android-sdk-content-4.0.2.pom.sha1
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 @@ | ||
05d9bac6ec0b1a2a1165068baa8b35c7c4cbb103 |
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
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-content/maven-metadata.xml.md5
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 |
---|---|---|
@@ -1 +1 @@ | ||
f1029d80dbb76fdf1e8d497e2b63db95 | ||
eab6cc63e5b421961e3dce0e2a1c24a7 |
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-content/maven-metadata.xml.sha1
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 |
---|---|---|
@@ -1 +1 @@ | ||
a0af81feab242e6921b37e5234aabe24de5015e5 | ||
7cc9635dd297c10e439f444719068b5c01c1a9b7 |
Binary file added
BIN
+190 KB
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.aar.md5
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 @@ | ||
a37c2af14f09099d9c4f22d3ad663a46 |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.aar.sha1
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 @@ | ||
83b11fa5129be938c552f34ca5a2d81fe7d1fbcb |
28 changes: 28 additions & 0 deletions
28
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.quickblox</groupId> | ||
<artifactId>quickblox-android-sdk-core</artifactId> | ||
<version>4.0.2</version> | ||
<packaging>aar</packaging> | ||
<name>QuickBlox</name> | ||
<url>https://quickblox.com</url> | ||
<inceptionYear>2022</inceptionYear> | ||
<developers> | ||
<developer> | ||
<id>kirilltolmachev</id> | ||
<name>Kirill Tolmachev</name> | ||
<email>kirill.tolmachev@quickblox.com</email> | ||
<organizationUrl>https://quickblox.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.code.gson</groupId> | ||
<artifactId>gson</artifactId> | ||
<version>2.8.5</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.pom.md5
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 @@ | ||
a9e7623ec00c31a1f09b6086ec70d657 |
1 change: 1 addition & 0 deletions
1
com/quickblox/quickblox-android-sdk-core/4.0.2/quickblox-android-sdk-core-4.0.2.pom.sha1
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 @@ | ||
dcdbbb3e5d22e4656aad60da82ec97804b38785e |
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
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-core/maven-metadata.xml.md5
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 |
---|---|---|
@@ -1 +1 @@ | ||
70c1ea7d6fe51babfbc7dfea7e4c90ad | ||
6cdfe059a6879ffad983f80ea11b9a20 |
2 changes: 1 addition & 1 deletion
2
com/quickblox/quickblox-android-sdk-core/maven-metadata.xml.sha1
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 |
---|---|---|
@@ -1 +1 @@ | ||
877207da60eca491b751ca180f5c81999f2ceeb2 | ||
792e85c5a53db069969c422fd81b79e237139429 |
Binary file added
BIN
+51.1 KB
...x/quickblox-android-sdk-customobjects/4.0.2/quickblox-android-sdk-customobjects-4.0.2.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ickblox-android-sdk-customobjects/4.0.2/quickblox-android-sdk-customobjects-4.0.2.aar.md5
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 @@ | ||
a6f51b0d90bf01b989cc8cc8a84c5328 |
1 change: 1 addition & 0 deletions
1
...ckblox-android-sdk-customobjects/4.0.2/quickblox-android-sdk-customobjects-4.0.2.aar.sha1
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 @@ | ||
fbe203a0f42dff94c6fe002809ddbaabb7569693 |
Oops, something went wrong.