Commit 7efe3644 authored by Ильжан's avatar Ильжан
Browse files

Ver 3.2.3

parent 860ef764
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-webview</artifactId> <artifactId>react-native-webview</artifactId>
<versioning> <versioning>
<latest>11.0.2-jitsi-6880724</latest> <latest>11.0.2-jitsi-6903363</latest>
<release>11.0.2-jitsi-6880724</release> <release>11.0.2-jitsi-6903363</release>
<versions> <versions>
<version>11.0.2-jitsi-6290042</version> <version>11.0.2-jitsi-6290042</version>
<version>11.0.2-jitsi-6290578</version> <version>11.0.2-jitsi-6290578</version>
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
<version>11.0.2-jitsi-6859452</version> <version>11.0.2-jitsi-6859452</version>
<version>11.0.2-jitsi-6874181</version> <version>11.0.2-jitsi-6874181</version>
<version>11.0.2-jitsi-6880724</version> <version>11.0.2-jitsi-6880724</version>
<version>11.0.2-jitsi-6903363</version>
</versions> </versions>
<lastUpdated>20210307080730</lastUpdated> <lastUpdated>20210309230036</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
1c13489a593054191e0e48fadf74f6f4 21451db3a8f520022e4cb33e1f5d56a2
\ No newline at end of file \ No newline at end of file
a488d371cc5c8bd427130bf759877476805ce9d4 8dd4181ca4472357bfa799e3d5d401625ef60ac2
\ No newline at end of file \ No newline at end of file
4bf2c27912d839d1c3c22d43a6466bff2ed72da0f2ba41069e4e869d5af739a2 12f895e20ed1cbde0c5a5f0dcfcf3fe1092c0e045c7c52aee6ec35a2c7674a63
\ No newline at end of file \ No newline at end of file
7a30d0152c7693bdf68bb2ab3d445f1edf8fc41ec6412a473099e1dc250a855149d506fc401750570db0c0871b11b3b54c241c9fe09e0a58161a0ba6216dbb63 3f555c3c2714394402e880508a87928522df7762a5fbb3923e0c8a0727e2f126cec38aee2b8dc45f2dd7151d1af120fcd7a790f865b3e1c2ad84894d946bd89a
\ No newline at end of file \ No newline at end of file
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
<versions> <versions>
<version>0.61.5-jitsi.2</version> <version>0.61.5-jitsi.2</version>
</versions> </versions>
<lastUpdated>20210307080311</lastUpdated> <lastUpdated>20210309225722</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
6e038996d124c38a7561c8a4e8602193 faa8650efc92781ea7af6f479c7ebc17
\ No newline at end of file \ No newline at end of file
c48be942b4ec2ae342639299194bc680eaf228fd 9c465a74be78ae49e69b62b4996946a44904d993
\ No newline at end of file \ No newline at end of file
fc8319c1a6bb6c61814f16f027823a46
\ No newline at end of file
1842c3b553409fb8d0ac3231d2b3255c2146a7f6
\ No newline at end of file
e713c85d7706e116d566ef82e4b04c120c0acbe99261f083207be388a5d7a169
\ No newline at end of file
c27772cf6e3db1a33cb8a00057534cd1d6adbc550909f8644bd48ff8ebe2810a4895c0474d62c058608e5f098226d2de004bc91d55af3c4bd48110aa5d007c0f
\ No newline at end of file
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jitsi.react</groupId>
<artifactId>jitsi-meet-sdk</artifactId>
<version>3.2.3</version>
<packaging>aar</packaging>
<name>jitsi-meet-sdk</name>
<description>Jitsi Meet SDK for Android</description>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61.5-jitsi.2</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>androidx.swiperefreshlayout</groupId>
<artifactId>swiperefreshlayout</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.webkit</groupId>
<artifactId>android-jsc</artifactId>
<version>r245459</version>
</dependency>
<dependency>
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
<version>3.0.8</version>
</dependency>
<dependency>
<groupId>com.jakewharton.timber</groupId>
<artifactId>timber</artifactId>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>com.squareup.duktape</groupId>
<artifactId>duktape-android</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-google-signin</artifactId>
<version>3.0.1-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-async-storage</artifactId>
<version>1.13.2-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-background-timer</artifactId>
<version>2.4.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-calendar-events</artifactId>
<version>2.0.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-community_netinfo</artifactId>
<version>4.1.5-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-default-preference</artifactId>
<version>1.4.2-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-device-info</artifactId>
<version>7.3.1-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-immersive</artifactId>
<version>2.0.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-keep-awake</artifactId>
<version>4.0.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-linear-gradient</artifactId>
<version>2.5.6-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-sound</artifactId>
<version>0.11.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-svg</artifactId>
<version>12.1.0-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webrtc</artifactId>
<version>1.87.2-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webview</artifactId>
<version>11.0.2-jitsi-6903363</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-splash-screen</artifactId>
<version>3.2.0-jitsi-6903363</version>
</dependency>
</dependencies>
</project>
a3b070e388bd581dcf3f09c6d42c6bda
\ No newline at end of file
2053db707e5fb0e869fa8b1bf57ec5a5a0f52fcd
\ No newline at end of file
dcf0d7dc31732b2e2419b516cd796ac1dc856a5ce5fec49026643d02e9edcf41
\ No newline at end of file
f70406eb095c23e90ee5b4e93fdf00fb06f7ee883145acb2480c15d10c4702c5662346a5d0d0b737c8381be882d16fcc0484b3f7d801e272183722e0cf4039f3
\ No newline at end of file
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<groupId>org.jitsi.react</groupId> <groupId>org.jitsi.react</groupId>
<artifactId>jitsi-meet-sdk</artifactId> <artifactId>jitsi-meet-sdk</artifactId>
<versioning> <versioning>
<latest>3.2.2</latest> <latest>3.2.3</latest>
<release>3.2.2</release> <release>3.2.3</release>
<versions> <versions>
<version>2.12.0</version> <version>2.12.0</version>
<version>2.13.0</version> <version>2.13.0</version>
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
<version>3.2.0</version> <version>3.2.0</version>
<version>3.2.1</version> <version>3.2.1</version>
<version>3.2.2</version> <version>3.2.2</version>
<version>3.2.3</version>
</versions> </versions>
<lastUpdated>20210307080730</lastUpdated> <lastUpdated>20210309230036</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
15b437ef1df2d500e531a1af81dd1600 64fc818c7376d2f8d09407903ebde639
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment