Skip to content

Commit

Permalink
commit new version: 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillTolmachev committed Jan 27, 2023
1 parent e14cb75 commit cf1c6b6
Show file tree
Hide file tree
Showing 83 changed files with 412 additions and 36 deletions.
Binary file not shown.
18 changes: 18 additions & 0 deletions com/quickblox/google-webrtc/m105/google-webrtc-m105.pom
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 not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86a17116e16d01d875a8d13efd9885a0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
66dc74a18c75dc02cc4d5642d2ff5fc665357229
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
da7b8a084b4316aab555dff378b38599
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f2e1f4fc5fedf212729d80736c714f2acbe63d20
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.quickblox</groupId>
<artifactId>quickblox-android-sdk-chat-extensions</artifactId>
<versioning>
<release>4.0.1</release>
<release>4.0.2</release>
<versions>
<version>3.2.0</version>
<version>3.3.0</version>
Expand Down Expand Up @@ -47,7 +47,8 @@
<version>3.12.0</version>
<version>4.0.0</version>
<version>4.0.1</version>
<version>4.0.2</version>
</versions>
<lastUpdated>20230118124651</lastUpdated>
<lastUpdated>20230127085035</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75618531557bdee766d2817376b3f9fb
c21de58c0266c76aeb1b9a23900c3fda
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a95067d11807ee5f35c6d8be5b730cbcac67185f
0299eda66aeceb6305aadc9cd2bbcdd0b89b0424
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a5d5aa68cf37c843bb5eddff9bda0d7a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aacd735d21ef2ea2a6d8f63b934931cc22cc6968
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c8ea938573e0271f7300eeade01a5dc9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f67b34b0ce45d5b9e2c4e6f72e459f1457d66dbb
5 changes: 3 additions & 2 deletions com/quickblox/quickblox-android-sdk-chat/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.quickblox</groupId>
<artifactId>quickblox-android-sdk-chat</artifactId>
<versioning>
<release>4.0.1</release>
<release>4.0.2</release>
<versions>
<version>2.5</version>
<version>2.5.1</version>
Expand Down Expand Up @@ -54,7 +54,8 @@
<version>3.12.0</version>
<version>4.0.0</version>
<version>4.0.1</version>
<version>4.0.2</version>
</versions>
<lastUpdated>20230118124651</lastUpdated>
<lastUpdated>20230127085034</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e1e1805555ad3ae3fcd516be290a382
98513a4c0bb14aa389e68a5a9edbb6d0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
af3afb244ab9b13bf2d17c5f7f2e780944423388
bf84b2614244a9a5e4aa90fc03c5097838182ee6
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
40c11b4e5663ad58684fa84372f2fae7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c543b0e689daccacc7a238cb3bfdb5e7f2ac572c
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f8012ff4d5f3bb8ae301a893f95f0583
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
46e11c9975e377e3f950135b9cb3b5cd61f13943
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.quickblox</groupId>
<artifactId>quickblox-android-sdk-conference</artifactId>
<versioning>
<release>4.0.1</release>
<release>4.0.2</release>
<versions>
<version>3.3.2</version>
<version>3.3.3</version>
Expand Down Expand Up @@ -44,7 +44,8 @@
<version>3.12.0</version>
<version>4.0.0</version>
<version>4.0.1</version>
<version>4.0.2</version>
</versions>
<lastUpdated>20230118124651</lastUpdated>
<lastUpdated>20230127085035</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e1169508a762f4ffd926fcb137a71df2
bd389980d9dd99534ee4ec78402ed70a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
479a4d48314530d438bac01b470e32ab5026f47e
54d2d22bc593929240dddea145509615173eb265
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d1c1633b60f22e402e6d68c02a79d940
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21c20f7672a71b6e5c0626b031f4f2049cbdf9e5
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
98241b27b87a6063098ad85e18085d1a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05d9bac6ec0b1a2a1165068baa8b35c7c4cbb103
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.quickblox</groupId>
<artifactId>quickblox-android-sdk-content</artifactId>
<versioning>
<release>4.0.1</release>
<release>4.0.2</release>
<versions>
<version>2.5</version>
<version>2.5.1</version>
Expand Down Expand Up @@ -54,7 +54,8 @@
<version>3.12.0</version>
<version>4.0.0</version>
<version>4.0.1</version>
<version>4.0.2</version>
</versions>
<lastUpdated>20230118124652</lastUpdated>
<lastUpdated>20230127085035</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1029d80dbb76fdf1e8d497e2b63db95
eab6cc63e5b421961e3dce0e2a1c24a7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a0af81feab242e6921b37e5234aabe24de5015e5
7cc9635dd297c10e439f444719068b5c01c1a9b7
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a37c2af14f09099d9c4f22d3ad663a46
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
83b11fa5129be938c552f34ca5a2d81fe7d1fbcb
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a9e7623ec00c31a1f09b6086ec70d657
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dcdbbb3e5d22e4656aad60da82ec97804b38785e
5 changes: 3 additions & 2 deletions com/quickblox/quickblox-android-sdk-core/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.quickblox</groupId>
<artifactId>quickblox-android-sdk-core</artifactId>
<versioning>
<release>4.0.1</release>
<release>4.0.2</release>
<versions>
<version>2.5</version>
<version>2.5.1</version>
Expand Down Expand Up @@ -54,7 +54,8 @@
<version>3.12.0</version>
<version>4.0.0</version>
<version>4.0.1</version>
<version>4.0.2</version>
</versions>
<lastUpdated>20230118124652</lastUpdated>
<lastUpdated>20230127085035</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
70c1ea7d6fe51babfbc7dfea7e4c90ad
6cdfe059a6879ffad983f80ea11b9a20
Original file line number Diff line number Diff line change
@@ -1 +1 @@
877207da60eca491b751ca180f5c81999f2ceeb2
792e85c5a53db069969c422fd81b79e237139429
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a6f51b0d90bf01b989cc8cc8a84c5328
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fbe203a0f42dff94c6fe002809ddbaabb7569693
Loading

0 comments on commit cf1c6b6

Please sign in to comment.