Commit a80f41d9 by Ильжан

Ver 3.0.2

parent 7d20882b
9ee8ab15951b22073a4cbb80bab271a63767616e7360a0e74d1f5b6e2fe8b4500e8a2557330193c5665abf51c2e8a1e325170b8b739b98424862104ebbe46ee9
\ No newline at end of file
9250821bdd44a439d2650444feb15a569919dfa31c38c929c375a5e4407f263a
\ No newline at end of file
bd088e97ba3832c4272886218b33e048adae7ee7cb461b8bc638d9dbd13d8e47935b92420513003093d2a35392237585242949e5618169ca5ca921df6f55df0e
\ 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>com.facebook.react</groupId>
<artifactId>react-native-async-storage</artifactId>
<version>1.13.2-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-async-storage</name>
<description>Asynchronous, persistent, key-value storage system for React Native.</description>
<url>https://github.com/react-native-async-storage/async-storage#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
951d139a6999ee1cc53c7c9a3ff5fc92ffdb39d00e5eeade5f4d64bdedf165f8
\ No newline at end of file
dd5e07f7627b713b129d4e9b0b6e4b5395044b43f2caa2b38afc324ef5623452822a55e3e5f1447dc3fb56fb19a4c285eb90eeaf1e142eec37ea0181a224f200
\ No newline at end of file
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-async-storage</artifactId> <artifactId>react-native-async-storage</artifactId>
<versioning> <versioning>
<latest>1.13.2-jitsi-6857459</latest> <latest>1.13.2-jitsi-6858354</latest>
<release>1.13.2-jitsi-6857459</release> <release>1.13.2-jitsi-6858354</release>
<versions> <versions>
<version>1.13.2-jitsi-6857459</version> <version>1.13.2-jitsi-6857459</version>
<version>1.13.2-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175910</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
0298efbdec9d5b4462a1ceefbdb3c671 3f2c3d78e85abeebb4697313f1027c8e
\ No newline at end of file \ No newline at end of file
bf545d054b5d88c438d3eef2fafdc9b88ed10f33 c7e7c4b136740c50426ed786ff6ac80911bb836d
\ No newline at end of file \ No newline at end of file
d1e1734b0938863bf600e6037d52dbe5abaacf5ecb4d2b90b4b0c01a3e8ed5f1 2f0c0a1ec991ed3aaf7f9341a219bd9ff558c9a1b6f1ded0664889ea802c14d9
\ No newline at end of file \ No newline at end of file
89641fcb863e5b58eb2532887fcc697d9f973f5ba8daacc2396da2ffed76843be3220d6d746ac49bbd826001c1e905ceb065be7cc503f6c414e024f845020e10 9029156d44b133fe104d08a7da0e5adfa24f097a66fec91aa72adf645d9c9f493f921ad2889f0b18c16ac1e179c9ba98dbf8feea02c9619b50de817cf8419fc2
\ No newline at end of file \ No newline at end of file
ba8ba59889c0ecec74a35a0c54dea7351efce3e404ce45e65d263e42a17c6c59343f9aaad00d81ab40a98327eadf22096e5b98fa1b586b14c892743bf079ed00
\ No newline at end of file
f76448c5a39600ff36d1cc5ab0621d403cf286b8d5c56b44af4d64c42ae8d59e02995aa43e2acc7c32d7f0f60f2114243afa8a10365f85e5886dd036c11750b2
\ 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>com.facebook.react</groupId>
<artifactId>react-native-background-timer</artifactId>
<version>2.4.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-background-timer</name>
<description>Emit event periodically (even when app is in the background)</description>
<url>https://github.com/ocetnik/react-native-background-timer#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
f6cc35e81c47a548a3a352aa134b659a8ad3f2627b1028371f52a2d817848154f9dc77a469368af991dc590422e72ddf4f843f7b44a82c42071acede2396a320
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-background-timer</artifactId> <artifactId>react-native-background-timer</artifactId>
<versioning> <versioning>
<latest>2.4.0-jitsi-6857459</latest> <latest>2.4.0-jitsi-6858354</latest>
<release>2.4.0-jitsi-6857459</release> <release>2.4.0-jitsi-6858354</release>
<versions> <versions>
<version>2.4.0-jitsi-6290042</version> <version>2.4.0-jitsi-6290042</version>
<version>2.4.0-jitsi-6290578</version> <version>2.4.0-jitsi-6290578</version>
<version>2.4.0-jitsi-6745002</version> <version>2.4.0-jitsi-6745002</version>
<version>2.4.0-jitsi-6857459</version> <version>2.4.0-jitsi-6857459</version>
<version>2.4.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175910</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
505d7943d79485424e4dd74ead963d1f f6e9afc7b74d4470f0bbb29dc5622188
\ No newline at end of file \ No newline at end of file
917849042b126d088762271d8426a1d958265a14 1498905c17029a9e054cb1c54198000c0b24abc3
\ No newline at end of file \ No newline at end of file
5be0392c6a05db22daabb3ea6185bb07f9b573b80c415c4ed1e7524a33810fb6 860c407ac1433175c4940c58022b5d5a85d09279d8e448a6e1e7f6dcb30afddf
\ No newline at end of file \ No newline at end of file
d2ff9d54208263c2297663a35c7ed970b92faf2dbb458c6e8a30d9b90974520f7ba1e75269431719d4695161c43a0c9be49779f1afca739b31bfefc11ae89f30 bb7aa4dda4a1beb0ded8c425ce9f2b4ade24f9f76b80adc1a6332cdc83ac3dd7bf75932b2dc28b9c20f26c2e0dc50ab74edc5234916893eeb3e0cc2c3f27e12b
\ No newline at end of file \ No newline at end of file
a051e8fdf43e1d7071c7b92f939811a9ef6e98efdb8cbcaaed4216573a5ae57d88a07f0dd2b58d4a950386bbc2953509ebc692e846d5f1f8ea09f77c2ff40a85
\ No newline at end of file
222bd983238959771bd30e12de5aac677a44bba5be716f55c01fa63b90a1e2b1
\ No newline at end of file
30ddc95b226762d858f731e6d6b4038b0d5d947513da0b1412db88216c85365c0612f02f6b9067cf832fc10c594a228f52083a0ffbb114ccf00823ca10332a98
\ 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>com.facebook.react</groupId>
<artifactId>react-native-calendar-events</artifactId>
<version>2.0.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-calendar-events</name>
<description>React Native module for IOS Calendar Events</description>
<url>https://github.com/wmcmahan/react-native-calendar-events</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
bc386c2d17e032ebaae81a67db76f9302b7e9016e020c0528ac5c23e41c426d1
\ No newline at end of file
06c7f4d3823ccaca64bc442e8036b5e9821bcb39e9f7756674be9272ab0d2ebf2185642c6ff4acc7a301ad0a328c302a1c9b0803fa1b3c40519e3613c5d01def
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-calendar-events</artifactId> <artifactId>react-native-calendar-events</artifactId>
<versioning> <versioning>
<latest>2.0.0-jitsi-6857459</latest> <latest>2.0.0-jitsi-6858354</latest>
<release>2.0.0-jitsi-6857459</release> <release>2.0.0-jitsi-6858354</release>
<versions> <versions>
<version>2.0.0-jitsi-6290042</version> <version>2.0.0-jitsi-6290042</version>
<version>2.0.0-jitsi-6290578</version> <version>2.0.0-jitsi-6290578</version>
<version>2.0.0-jitsi-6745002</version> <version>2.0.0-jitsi-6745002</version>
<version>2.0.0-jitsi-6857459</version> <version>2.0.0-jitsi-6857459</version>
<version>2.0.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175910</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
bea7a8959a23ad7a9df38b1aebd14faa b37ecf662b8b39c4f58e2d2d574a27fb
\ No newline at end of file \ No newline at end of file
1dc077c956a3cc80d39b402ac9521c49c67adf86 6ad8646be71a9411a2cbb1a7c30895356c37ad61
\ No newline at end of file \ No newline at end of file
ce90474b86e5bc7a05c53a5720291987b90719faf5d0c3855e95c374ed6d39ba 24e04c7e18e95d1c1716119edf21967ae8002a9b46c3d024bc62ccaf99d401dd
\ No newline at end of file \ No newline at end of file
892821a699adc160ad1ca57d2c6003642b25f99e6db3f4f706ad7721d889299b0f61587e500a844ad955c2f78dc0623e1dccdf2e5648149a60c73ecc2970ac34 8dcbfd491bfab62aaab1dfe8f4fa81f697f91668c3f1f9f2f4917a8e22ec8393a7f18b17df5801747e0991729708aa2783d552125b8ab89a93302850c4221d0d
\ No newline at end of file \ No newline at end of file
6daa1960b98d6142d4d9d5fe90cdec6c56fa54293495cd2695b000ffbc5f8835b1af2fde12a5e27087a6185122e2a769df72219796197810e8e82accb1e8205c
\ No newline at end of file
71365fc9f83859efcc419baf305f9f0496bcaa84eb12a3d27756be12c67e29e5ae86cbd29bb0b61cde31ae3ba44b4b4a0638d7a862ce8240c0cd12b162bf4546
\ 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>com.facebook.react</groupId>
<artifactId>react-native-community_netinfo</artifactId>
<version>4.1.5-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-community_netinfo</name>
<description>React Native Network Info API for iOS &amp; Android</description>
<url>https://github.com/react-native-community/react-native-netinfo#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
3d375decc7d42d44d616dbb51ad263ca2fa6d4567f7028d010f7f3fa356d550cbde9eb85063d92512cf14bf6fe646a676063149008ee82d0d1268b85a1eaf90a
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-community_netinfo</artifactId> <artifactId>react-native-community_netinfo</artifactId>
<versioning> <versioning>
<latest>4.1.5-jitsi-6857459</latest> <latest>4.1.5-jitsi-6858354</latest>
<release>4.1.5-jitsi-6857459</release> <release>4.1.5-jitsi-6858354</release>
<versions> <versions>
<version>4.1.5-jitsi-6290042</version> <version>4.1.5-jitsi-6290042</version>
<version>4.1.5-jitsi-6290578</version> <version>4.1.5-jitsi-6290578</version>
<version>4.1.5-jitsi-6745002</version> <version>4.1.5-jitsi-6745002</version>
<version>4.1.5-jitsi-6857459</version> <version>4.1.5-jitsi-6857459</version>
<version>4.1.5-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175910</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
32b87781c2187ee85da65f83fbd397f9 d1198658934542b1793d25ae1bf0d0f0
\ No newline at end of file \ No newline at end of file
ab839d2a7e4c67e4bcef6bcc8af173a98e3b712b e753a6e9d15fd48e1e063f40ab2955af8928c8c9
\ No newline at end of file \ No newline at end of file
773be08958c442fd183f69f151ba42e109d08bf45b13d1d3e2dd2601763ec45d 059478f350ebf964365ee0c7411460d030a58b00c38316807e33fa8d1d58329c
\ No newline at end of file \ No newline at end of file
7f7681e28feef4293a4d3ac8c91cfd0eb2a10a8050d69ee480ad4da64b917aeebc1495557065b69dbfa09bfa5ea9fdcbb235e609c0061adae0a7db914beaedc5 a9ca126983a3b0f1c3f5dc3c411fc18669e253c07866dd758349be2a511d04c0a4a6ecaeba3e56a1ef502d9003444871f3f820b09ddc6ae7960b6132245095a5
\ No newline at end of file \ No newline at end of file
f1a5f36c26c95f80f63ffccf80cba7630a486f5a38b17be3a12ed904173376b73128aca4bc59cd1a22371561cd290ab48fcabc4da59b05dfb14a2a252581f12e
\ No newline at end of file
b31ec378c7332aff4649c16dfef386f41396333c385e5042f5901401673f4cdd1dbcd3d1486ad2cd0a0c37d86704a0b4d104c61e02879233ef201bb0d99b4860
\ 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>com.facebook.react</groupId>
<artifactId>react-native-default-preference</artifactId>
<version>1.4.2-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-default-preference</name>
<description>Use SharedPreference (Android) and UserDefaults (iOS) with React Native over a unified interface</description>
<url>https://github.com/kevinresol/react-native-default-preference#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
d324d104b862ee8cf3795aa83243963ed436f4e9e9cd7a99e469eea10c8c76794eb7e5b41765d5d497efbf1a5ede59465237a46144ef0f4622be728c3b5e0d23
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-default-preference</artifactId> <artifactId>react-native-default-preference</artifactId>
<versioning> <versioning>
<latest>1.4.2-jitsi-6857459</latest> <latest>1.4.2-jitsi-6858354</latest>
<release>1.4.2-jitsi-6857459</release> <release>1.4.2-jitsi-6858354</release>
<versions> <versions>
<version>1.4.2-jitsi-6290042</version> <version>1.4.2-jitsi-6290042</version>
<version>1.4.2-jitsi-6290578</version> <version>1.4.2-jitsi-6290578</version>
<version>1.4.2-jitsi-6745002</version> <version>1.4.2-jitsi-6745002</version>
<version>1.4.2-jitsi-6857459</version> <version>1.4.2-jitsi-6857459</version>
<version>1.4.2-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175910</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
d71173423e14ad9c0b78c708942b4754 12156744c38a6bd2bc1016d938d0135c
\ No newline at end of file \ No newline at end of file
a373e513d70596a8e943bae121fd3d437f731d96 6f578b7feb9e958bd60edb9bc8da6f5b2247c620
\ No newline at end of file \ No newline at end of file
33406a0dbb6a7cce3d8ea4e3091a4ccf040df8563070dbbf50cdce076ffa79c4 ba1a6960976098c54e2ad0b5e5686cd9a14ff8046e525d6ffbdc229167e03b49
\ No newline at end of file \ No newline at end of file
65bdd7616a9291279bf2cc2af503c6da840f63a051e8e96c687897db2255f099818fe48dcc690508cee676a4b3635b5b8f632f906df2b47fa4c909c82f0f56d0 11bdda8b5ee30b66100b93896c1f6e71d5a9a03989d43c258eda491b1c3da97d7a5c7d6747f6559fc641cf25c807b7bf96083e4a4ed91619e5c6964dbdea7acf
\ No newline at end of file \ No newline at end of file
e0e64935fea33b09d383f8c9e8c2cabb8987e2e7f5033f0e6f9b68f4617600d3
\ No newline at end of file
d7a4b426c93993673f565aa6c4dd73faf8924dffeb594b4048d29a9cfe43d556487465fa072ebc96d03eb67933e36718f303babd195bb77844a7380475987655
\ No newline at end of file
dde65ea3c1f95d5ef12e7d1ba223ee514ae0bc9d4490c1823ed8e8d9a01ada69
\ No newline at end of file
f2dfc463f5a1975e5861e4cd102954ec503b2e68f7db607e1891eadaacc841fb55822c2a67ee66bd80229aca29c1edc86b30b5d800dcc797c8b0d08cf0cc74c1
\ 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>com.facebook.react</groupId>
<artifactId>react-native-device-info</artifactId>
<version>7.3.1-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-device-info</name>
<description>Get device information using react-native</description>
<url>https://github.com/react-native-device-info/react-native-device-info#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
<dependency>
<groupId>com.android.installreferrer</groupId>
<artifactId>installreferrer</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-iid</artifactId>
<version>17.0.0</version>
</dependency>
</dependencies>
</project>
ca4d7a3d4f3aebccb38787dfba5fdd1818571f48510eaed78756e3ca1cc18aec
\ No newline at end of file
6f7d70cf288a48f0c44843d97594525ff8254cf23f3518b59ce7bc826d7260647285ce2dd4ca232fef8a2e59e01960f2688eba6fe97f5ac45c3d4c4d7e19f786
\ No newline at end of file
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-device-info</artifactId> <artifactId>react-native-device-info</artifactId>
<versioning> <versioning>
<latest>7.3.1-jitsi-6857459</latest> <latest>7.3.1-jitsi-6858354</latest>
<release>7.3.1-jitsi-6857459</release> <release>7.3.1-jitsi-6858354</release>
<versions> <versions>
<version>7.3.1-jitsi-6857459</version> <version>7.3.1-jitsi-6857459</version>
<version>7.3.1-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
d3e15142eb202d9a070d09390ead500f 6ab357ca9c35acf41947053ab7d918e0
\ No newline at end of file \ No newline at end of file
95fb65a199f10112f7ecf5cf95e9dc8b184c4d6e 7623f4d17c00c8a62622295e01bdae1ff6034a03
\ No newline at end of file \ No newline at end of file
6c1c242896bde7c0db8ebf8cc4756eaef8cb7f51b87703bffa7c61d3a5004d36 535d8ee8414cac6ac6b71c6f96ee787a82e5ec7bf1680065721f1c6cbac02c35
\ No newline at end of file \ No newline at end of file
48411674085b45c85077529aef8a31e01f6819ded78ffa68ff3540ae143041d0f397fc30cab3d5fb1a9aa452c9978755c0fcebc0c4990103ee2c17bf9b270e22 1735db1848150fa6931e17d6addfcfbb753011edf65938d5acc935ce4bab87cb79ee61491261443ed745a11abf5a658c8b0f17a4be54c9e99066d22a8da69da0
\ No newline at end of file \ No newline at end of file
0ef893568f1e5681e9d69ed422b2d493a204b248c870b323127d3853cf1663ac584a971b70900999b31f4a41e2dfa33b691c9439d2c48c750a226688c64bf0a8
\ No newline at end of file
7a7ce1c29a568266a439f182c98c8be80e7e694f6179744668d157af96665306
\ No newline at end of file
bd154c75ba6314d4d36bc7889f4e031e81b3494b41324e8ced6d2b6a693ea1ff037576418f5fcc06062877de702d4b8d9a8f221688f6700df468fe2ec4dda2ea
\ 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>com.facebook.react</groupId>
<artifactId>react-native-google-signin</artifactId>
<version>3.0.1-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-google-signin</name>
<description>Google Signin for your react native applications</description>
<url>https://github.com/react-native-community/react-native-google-signin</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-auth</artifactId>
<version>17.0.0</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
2b66d20ddaa47ca3a75c02c6df3bea962cf27e5e706078f0f94875c6dcc88e72
\ No newline at end of file
42d75fccfb95310a4a095e9b9238f492e1a37807ec5b03e7892a10c93f1c99390cba1db831972f3e7c3401a277d1d8c4d8fc049ec102b8a78bf3bab47d9fc2de
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-google-signin</artifactId> <artifactId>react-native-google-signin</artifactId>
<versioning> <versioning>
<latest>3.0.1-jitsi-6857459</latest> <latest>3.0.1-jitsi-6858354</latest>
<release>3.0.1-jitsi-6857459</release> <release>3.0.1-jitsi-6858354</release>
<versions> <versions>
<version>3.0.1-jitsi-6290042</version> <version>3.0.1-jitsi-6290042</version>
<version>3.0.1-jitsi-6290578</version> <version>3.0.1-jitsi-6290578</version>
<version>3.0.1-jitsi-6745002</version> <version>3.0.1-jitsi-6745002</version>
<version>3.0.1-jitsi-6857459</version> <version>3.0.1-jitsi-6857459</version>
<version>3.0.1-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
5f951385e0677de76b13eda3741b360c d3c158b7bce303b77139d70f7c099df2
\ No newline at end of file \ No newline at end of file
8b2192a9da112b4499e2a399754cf49219e5a15d d96d3c180f4bcdde0bac811e6c9dff6485506983
\ No newline at end of file \ No newline at end of file
3f84b1a75a35c6db6710d842988d7eba0a6c4b6f304a5e0bc970fe21c2d92f09 97d68ebc023d6ae53fe235c9b9093980cc7519f35f71e0ec1d6adc2b404b42a4
\ No newline at end of file \ No newline at end of file
ba7bce6507d31286e9cb58005b5f9e2357a6643480143a5bcf4110f050429c19b8fbd02b11c6ff88f87638bd033cc42f1f4deeda1f1e028a16901d6fd3671ca5 9753b4b60c0c6eef9fa25b03241494ed8c1da62afca215f248acf1b4bcaabc123e6e2b3c17ff700fa381c00041d476fae5ed238dbc944c97154772aa10384457
\ No newline at end of file \ No newline at end of file
3944227f8d9471a1be30c9f3b209a52dccce20911f851a7e0d85eb3138920ef1
\ No newline at end of file
3559f9d5f75c4009a479d37c3a54d26d5308c1d360dc3f8db3207954646598cbf27cfce447cc3ee4c82cec0a38617948b8d74dc27074db3e2234b567e73f27a2
\ No newline at end of file
c90a431bd1faec0cf122819518cac0f849ab574f2ca60bfcace85c55fd1c4318
\ No newline at end of file
547c72148fa34faa68f1e7ae93d0e3004f9a219e18e16bbc74083c4651673379f4034f92af8f34c2de5529a67a28498d60bfbdd674a37ff08ab190d92c220b94
\ 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>com.facebook.react</groupId>
<artifactId>react-native-immersive</artifactId>
<version>2.0.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-immersive</name>
<description>Add Toggle for Android Immersive FullScreen Layout</description>
<url>https://github.com/mockingbot/react-native-immersive#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
42d79c4e99c7b479e8659e728825139b1a801060874bb5a5f89ee5887777e492
\ No newline at end of file
ee8e90f41b6ec50d53fcad2e654225614d1ae2a46bebe20fffd8086f494140e0c6f2002cd0e2dd5f28f82fa4dd4f2a72d8a52ca459a296228281875c55bc97f0
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-immersive</artifactId> <artifactId>react-native-immersive</artifactId>
<versioning> <versioning>
<latest>2.0.0-jitsi-6857459</latest> <latest>2.0.0-jitsi-6858354</latest>
<release>2.0.0-jitsi-6857459</release> <release>2.0.0-jitsi-6858354</release>
<versions> <versions>
<version>2.0.0-jitsi-6290042</version> <version>2.0.0-jitsi-6290042</version>
<version>2.0.0-jitsi-6290578</version> <version>2.0.0-jitsi-6290578</version>
<version>2.0.0-jitsi-6745002</version> <version>2.0.0-jitsi-6745002</version>
<version>2.0.0-jitsi-6857459</version> <version>2.0.0-jitsi-6857459</version>
<version>2.0.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
44c1a1027c8dc871f9656644995a2aeb 45bb5af3dac9a3e72f91c33e09117dc2
\ No newline at end of file \ No newline at end of file
bc823d3d01a7d60cac8107c9cc3a4667f430f685 7940ff2957d0d0f8e90d5c4e4de1db3ef874e3dd
\ No newline at end of file \ No newline at end of file
381f8017dc989a4790ab57ba4041888c69badabb720a2dc99ab264b712adf783 771e7534eae04e4111d3f1c5331935e02b2d01fed047a31aeea41395b02d297d
\ No newline at end of file \ No newline at end of file
6a48ba26d303e544da8fe25e0e0172a9f1f662840dbac0c2703f3eafc1bf9fbd4999cf7db053f593938aa7e59adb4e155b0d44a0e2e7e8182bad0a9d00e71eb1 725764f90a779057da49a1bf95592d58e627bfc34379275822f11b2c60cce1d8cad286ea0f6c30a14b26396c605a84b3d2bc2f223e94b06a0b6517b552b7a05a
\ No newline at end of file \ No newline at end of file
b0af4cf97ced26d0917f8c7b306387e3249666b61184bd47430f80136c64d5df
\ No newline at end of file
d081f11323854032235c8e6d636140c58217ec61eec510eb2cc87350139b4c88b74d412f7bd2ed95aa35f0fb877a3012530164aae412ed51b9f60f4d560fe3bf
\ No newline at end of file
671d957372078eaf200af35e123830d8db91dfcc3a97f2c5b290dbb20b9fac49
\ No newline at end of file
d0da702f8d7b96340fa19cbafb8ae940f0d3b3098a43c3ba5bc814e03a11b632d620c537fe155b944c492db334fa70fcb2c5422395faab862e919869b7cbf1f7
\ 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>com.facebook.react</groupId>
<artifactId>react-native-keep-awake</artifactId>
<version>4.0.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-keep-awake</name>
<description>Keep the screen from going to sleep. iOS and Android.</description>
<url>https://github.com/corbt/react-native-keep-awake#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
db6e5413bec8809b45f3d260f766f2a26c562838239a58fcf5160e73855e352e
\ No newline at end of file
53cdfab7b2a438d27debdf3a5f904946dc6d329dc20ea44148a915e2678df44626eba325d9c841954d83b7c98682b4e524e13dd506defeb50971f93609ff941e
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-keep-awake</artifactId> <artifactId>react-native-keep-awake</artifactId>
<versioning> <versioning>
<latest>4.0.0-jitsi-6857459</latest> <latest>4.0.0-jitsi-6858354</latest>
<release>4.0.0-jitsi-6857459</release> <release>4.0.0-jitsi-6858354</release>
<versions> <versions>
<version>4.0.0-jitsi-6290042</version> <version>4.0.0-jitsi-6290042</version>
<version>4.0.0-jitsi-6290578</version> <version>4.0.0-jitsi-6290578</version>
<version>4.0.0-jitsi-6745002</version> <version>4.0.0-jitsi-6745002</version>
<version>4.0.0-jitsi-6857459</version> <version>4.0.0-jitsi-6857459</version>
<version>4.0.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
95741628c5edeec743db8ceecdf15147 ff824308f5dea2829174a28f2d7e18c5
\ No newline at end of file \ No newline at end of file
6d656cb5ca05650428d5d515e3a28e6dee563c09 09bbbb06986fe6b70eb9e710dd391bc5be0160b9
\ No newline at end of file \ No newline at end of file
5db00ff59f6dcd286951b27226ceaf3da13c27e6cc6ae87b089d9ce9cecdbc97 f39606cb63472f1689e418b860e9a30baf1bbef31f1930747092445f2e84a2d1
\ No newline at end of file \ No newline at end of file
35f7ad59080646cd3306ce36b5cacd6b09f5ea395383747f2f24b80d0742a55ef4ce97acfa1ef1b68184ad478ba7f7905d2de3e6e4c872c8d0a65564f6303834 efede53eeb291002244ba9c92f471c900a038a496af19b31b367f21b56b9c9cff7910ddc02b688066c1d56428e2c18a32db0fa36944499a785768f53a53a8ce7
\ No newline at end of file \ No newline at end of file
8fd3efa17b8c48ea10f4a362f543f303ee74299ce9454ad4cabf8dfcf630e14e874f4c92d585e899632466fb0b08b5f219d1cf81e35a8edd4e166fa80f55753a
\ No newline at end of file
03a770a2b247cbdda460733a71dc677dde57b52c46bae2a28543e79957c724a0
\ No newline at end of file
bd4e2c3ce3f1b551cc51bc39df050c1e268534cd8e6c6bae7348eab1ada90769dfba167887b366c37261b23dd9236ef83b19483961307a92446963223ae1bd09
\ 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>com.facebook.react</groupId>
<artifactId>react-native-linear-gradient</artifactId>
<version>2.5.6-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-linear-gradient</name>
<description>A &lt;LinearGradient&gt; element for React Native</description>
<url>https://github.com/react-native-community/react-native-linear-gradient#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
f7065448b25451f997df7b18e4f963a018b61e3763d2364ee8a349bc5e0c472a
\ No newline at end of file
02fc448c061c33c52db459670cbc412ad10a2433b7ae9ba4725087743549f90bf07dbc3982e76bf2f7417adb492a22baeade72f027d5ee20116d627d4373cdbd
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-linear-gradient</artifactId> <artifactId>react-native-linear-gradient</artifactId>
<versioning> <versioning>
<latest>2.5.6-jitsi-6857459</latest> <latest>2.5.6-jitsi-6858354</latest>
<release>2.5.6-jitsi-6857459</release> <release>2.5.6-jitsi-6858354</release>
<versions> <versions>
<version>2.5.6-jitsi-6290042</version> <version>2.5.6-jitsi-6290042</version>
<version>2.5.6-jitsi-6290578</version> <version>2.5.6-jitsi-6290578</version>
<version>2.5.6-jitsi-6745002</version> <version>2.5.6-jitsi-6745002</version>
<version>2.5.6-jitsi-6857459</version> <version>2.5.6-jitsi-6857459</version>
<version>2.5.6-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
693dfdaecb46dbc87bb9d76739534bb3 793cd03cb6fd21a4e6fcb370b1c74ecb
\ No newline at end of file \ No newline at end of file
3304e082eb84aad26f59bf08bccfdc898a314fd7 fddd3d2475e25cd2bbe1434583b07eac04181ba8
\ No newline at end of file \ No newline at end of file
2843e48ef82f2828e40b52bc93c2ce141326c9ec70a67d88dfe7be2425a48ac7 6365bcd2de60257e658ba43322e50c150963dc04960d1b5cfb28199ed2d658ce
\ No newline at end of file \ No newline at end of file
d550c6f9b13853fbc266c567c69df85bf5e065bfda21287b278b213d9cf5aed080df175927506752add2a9b0ba97fd843eedf423bf57141c020530e04158d697 819d07c409624f1e5549291c2d76289c8e83f652bd2ff96f0b9a21c2752a6f4045c982ee22dcbd4a1f2cd8b67fbe72aaef3332d53c3ac66996bbec128b596df7
\ No newline at end of file \ No newline at end of file
4975e433b5c9af070f54c60877f333fa50a7e69e817d172455ea16bef24fb040
\ No newline at end of file
abd3342c6337290e4a04cf39bf6c8c2b001a8c7707a5101bf3d17702f1458bc04f754b45f67c3c2837149d39f39617646bd9a49a1b9077184f5aa6385156eff4
\ No newline at end of file
84b5f025878285028b16c6ca779c1bdba9b61c8a57d7393d584c3c6aed69b3bd
\ No newline at end of file
9f0f96e555e39e99da7495557cbb86abf78f3c485c0bf70bad8c251c57e3b1be3090a81dc0524eef0f65d0c307e354cefb2f7c1fe4554b20354840efe2e7d594
\ 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>com.facebook.react</groupId>
<artifactId>react-native-sound</artifactId>
<version>0.11.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-sound</name>
<description>React Native module for playing sound clips on iOS, Android, and Windows</description>
<url>https://github.com/zmxv/react-native-sound#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
a84ab07fa2be9a9427b5d8d7e613806e6eb2169b89f378362b7dfe3163da0883
\ No newline at end of file
8a9d9c918d8bdeb6efa3e1b562d723684ae3b2755b1831beb54a76bcad3db17815a75b36293762ebbcdef45446fec1a6bd8242f0907210cdb738ed750186d305
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-sound</artifactId> <artifactId>react-native-sound</artifactId>
<versioning> <versioning>
<latest>0.11.0-jitsi-6857459</latest> <latest>0.11.0-jitsi-6858354</latest>
<release>0.11.0-jitsi-6857459</release> <release>0.11.0-jitsi-6858354</release>
<versions> <versions>
<version>0.11.0-jitsi-6290042</version> <version>0.11.0-jitsi-6290042</version>
<version>0.11.0-jitsi-6290578</version> <version>0.11.0-jitsi-6290578</version>
<version>0.11.0-jitsi-6745002</version> <version>0.11.0-jitsi-6745002</version>
<version>0.11.0-jitsi-6857459</version> <version>0.11.0-jitsi-6857459</version>
<version>0.11.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
cac31b6355a69408b0724104a8101ffa d4a8bf735324dab39c248332649d2ff9
\ No newline at end of file \ No newline at end of file
2134ad99d7fa5236f748a656cdbd1d1c457e7949 86a40059f73093c3dd385c06bf79b57879058fcc
\ No newline at end of file \ No newline at end of file
71ceebc548016b74c7f50d6c8be0bac233a75db9316f6238baa2ca1e6902815c d3a2a239811239572eb1edbf325e792a2451bf94ec21ad390fe712d4a78dbc65
\ No newline at end of file \ No newline at end of file
7d3e5bd7ff532faea79ffcd1eda3602263209397d6df9e4a85114e4997194524bc0898f92d8522f8ef11bfd2c6b1aebadf13fef23f934769b8492effba9bba36 e39c0db9595dd4e2efdf48eeb07a22b48955f5cc5d7304a56c27a0d80021b35e31b131c946bb169c399804ce95758631a652cf50c9ff0ed83ec36c5dab1cdec2
\ No newline at end of file \ No newline at end of file
77dbd4f9eeac394ef1fef8178a775ac30b6b60d59a08f70b78ca1dc016f79e7475acf7193ae80e1ea6fc33f11ade3371541359d0a8dceedc01231a593aaca512
\ No newline at end of file
76cad320e0b5884dc31244b273c28013fbaeaf7b9a7ff61bd9c6affbc1cb9379
\ No newline at end of file
527828c51978a54a515f650ceb1899011a823e4edb49fedf2052edb955517bc005da301150ebc99729ae904cc57714dbc2a57aadd79ad9d2713fb2f4bf788965
\ 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>com.facebook.react</groupId>
<artifactId>react-native-splash-screen</artifactId>
<version>3.2.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-splash-screen</name>
<description>A splash screen for react-native, hide when application loaded ,it works on iOS and Android.</description>
<url>https://github.com/crazycodeboy/react-native-splash-screen#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
20b86a9c647450fc1ad21c68e8869f12e816a86e6be5a5938ce5ea1420f24bc4
\ No newline at end of file
6978d8e3e1b472f85db38189a6e0e6647cbb24908f0a86a49a11a1cebacfa92db8af18961f28ef0cd49afc6d2dfe149de1f1cccf25cd33ba3e1e5e240619c5b1
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-splash-screen</artifactId> <artifactId>react-native-splash-screen</artifactId>
<versioning> <versioning>
<latest>3.2.0-jitsi-6857459</latest> <latest>3.2.0-jitsi-6858354</latest>
<release>3.2.0-jitsi-6857459</release> <release>3.2.0-jitsi-6858354</release>
<versions> <versions>
<version>3.2.0-jitsi-6290042</version> <version>3.2.0-jitsi-6290042</version>
<version>3.2.0-jitsi-6290578</version> <version>3.2.0-jitsi-6290578</version>
<version>3.2.0-jitsi-6745002</version> <version>3.2.0-jitsi-6745002</version>
<version>3.2.0-jitsi-6857459</version> <version>3.2.0-jitsi-6857459</version>
<version>3.2.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
cc1a7f420b0d18c1402fca4ce4fe781a 93334c67e87005177ed304b0a10c61f2
\ No newline at end of file \ No newline at end of file
58279256ed53ba0ab00cf462880254729ec8ed57 8df345949fe5972b7b2e598ffeeff2b105f52a83
\ No newline at end of file \ No newline at end of file
c8116c791ed68b35a47cc7b685babc47bfc59f5c18f71aa3d04dbd734e27f317 a9655483b987d1be2af8abd57436d265c7fcd4c985250be6e962b124b35c7033
\ No newline at end of file \ No newline at end of file
4ee2c5d631bb9a9a6c7ec2895ed736050c5de1e21170e8930bab334bfae1117daf9f3e3eba4b51847572862d033395d4057e5619868a470172b9de9865f3b569 c3e65a2b4ba25d0f8c6d5ba8e4031187eda3c73f9a8b66c34e090750c2c757c9d6f79826dfbec89a8ddaf06aec11de966bb67df11cb506a4a5d945ccf7c368ff
\ No newline at end of file \ No newline at end of file
fce8e10956b95c9311532ce159cf32430bf30cf1815dc388fc7a998243ca494f
\ No newline at end of file
c75bfa5ba669c2300a2360aaf3b19a0cc9af394f47ed4f3087a649002774db9c93a870f161c94ea76d07a50aaea19a31ab971011bf7955c4ff641085c52d3287
\ No newline at end of file
3f74a7e08246e4bb81b216a49cff5b858368fb4eadbfc83ee23a2fa636f9be84
\ No newline at end of file
5c530597dbfdc7a7c69e132428ee8ba7ecb8329f2a54475d01bd4cfe52a3e74b740e88e15746c511a52b64a9dbb29bdf56d64667ba34f9e60162f14caa236200
\ 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>com.facebook.react</groupId>
<artifactId>react-native-svg</artifactId>
<version>12.1.0-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-svg</name>
<description>SVG library for react-native</description>
<url>https://github.com/react-native-community/react-native-svg</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
d997eb0c0a3e40f017c6f59a64e51dab4b2b99bfa12f7969326c26245afac997
\ No newline at end of file
73070d00cb6a38c2f864f92b30e5fab99a67e465c3c2fb5ceedcc5de14315f369751ba8be5f0fc639d3c0fdfc8e44b5998a0749b8cccd914e4dc2f8b9256a940
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-svg</artifactId> <artifactId>react-native-svg</artifactId>
<versioning> <versioning>
<latest>12.1.0-jitsi-6857459</latest> <latest>12.1.0-jitsi-6858354</latest>
<release>12.1.0-jitsi-6857459</release> <release>12.1.0-jitsi-6858354</release>
<versions> <versions>
<version>10.1.0-jitsi-6290042</version> <version>10.1.0-jitsi-6290042</version>
<version>10.1.0-jitsi-6290578</version> <version>10.1.0-jitsi-6290578</version>
<version>10.1.0-jitsi-6745002</version> <version>10.1.0-jitsi-6745002</version>
<version>12.1.0-jitsi-6857459</version> <version>12.1.0-jitsi-6857459</version>
<version>12.1.0-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175911</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
9981ba39199cfb330ad3ad92ed1a8f70 dec0898875ae2e489c5e3a9bbe0d3877
\ No newline at end of file \ No newline at end of file
8361c6e82582a9afe921d90fa5faf519f9d44612 8b0dccebb171065637c4c857a0bcb6926c448b88
\ No newline at end of file \ No newline at end of file
ac1d4ec9108d9d87942662dc97827772e3eb7dde5049c47d1108944637d82e50 9cf2b0dd0999fa06a2d66f6b5998e5d9ddf30c443ee5355f1698c43c3ca810b4
\ No newline at end of file \ No newline at end of file
202fd8fb67235f201b85bdb1f86d4e6e2ae9feb8334283bbfe51beddf5b486d2302b7c9144e1ceaefbfe2eb46c6ca9baf1ebea4ea841c4ebc21f5aaba9099d82 9bd34e254d2b0d72bff5e46add1e31bd182b5997ba4e0480ad38b6713691967c43553d6bc4dd4c1b42f34563a705aa82ed60e60888aeeb525bd768a61e9212f9
\ No newline at end of file \ No newline at end of file
3c3249cf6dcfd5e20606dcc41223675df6bcbae3b9d2d32ab5e913c65c1dd844
\ No newline at end of file
e72000a0db110cb590a4af786611e7ee90cf4060586853989b3011ea5d586e636c1e7e0b4733ba9e99f41ceff6fe7a93fd0bc805f6bdf81b8cd4a3bf75961f58
\ No newline at end of file
02e6316d745f3f3d4d26efed5d8f0ef19399d14a0af113d81f649d2fd33788b7
\ No newline at end of file
d9a8adfa968aa98dd342433aaa8096a7d90412ceae5586d424c6d5dd3924e9bf0841b03d434caabcd3d1f13fd4f902d45a0a4e922dd210144b919337428f9bb4
\ 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>com.facebook.react</groupId>
<artifactId>react-native-webrtc</artifactId>
<version>1.87.2-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-webrtc</name>
<description>WebRTC for React Native</description>
<url>https://github.com/react-native-webrtc/react-native-webrtc</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
</dependencies>
</project>
761b974dedeb0fb966399be9a27c3c79eb0c86f09210eef58208cf4a18d93107
\ No newline at end of file
60fed87495260adcaefc6aaff024d1fa44635e2e33e093807906f106bddaf68b3856a51025b0df72f5d58ea30561e18d20a3a86f778a4493b05255f0d3f8bf27
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>com.facebook.react</groupId> <groupId>com.facebook.react</groupId>
<artifactId>react-native-webrtc</artifactId> <artifactId>react-native-webrtc</artifactId>
<versioning> <versioning>
<latest>1.87.2-jitsi-6857459</latest> <latest>1.87.2-jitsi-6858354</latest>
<release>1.87.2-jitsi-6857459</release> <release>1.87.2-jitsi-6858354</release>
<versions> <versions>
<version>1.87.1-jitsi-6290042</version> <version>1.87.1-jitsi-6290042</version>
<version>1.87.1-jitsi-6290578</version> <version>1.87.1-jitsi-6290578</version>
<version>1.87.1-jitsi-6745002</version> <version>1.87.1-jitsi-6745002</version>
<version>1.87.2-jitsi-6857459</version> <version>1.87.2-jitsi-6857459</version>
<version>1.87.2-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304152959</lastUpdated> <lastUpdated>20210304175912</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
35fe40f163d06d25aad1b3ad970e5e4d 8a2ecffd066ec58fa6e6abe558b6b332
\ No newline at end of file \ No newline at end of file
e6d42db2f326d0e245d73d1e8a61187f789d26c4 ea0d3607f0c713afa55f33a78b474177912af832
\ No newline at end of file \ No newline at end of file
434961d4f301b0748af8aa73a330c61b0872f6e615f6a48407744429c5f521a6 a5510a8ff96c0fb9aa5a6e4715527f8b7bd95f878b90cdfd2252d657937afa1f
\ No newline at end of file \ No newline at end of file
f20b74c3bdb3d2374a3f206b4f85539218e6d9688a6d7ab215125c0e6fcba2ad981e9d80e0f7a55931038371a0fa535a5905bf04fd218f8b911d3b1a67a7872e 2f2d317d72cf230c2ed7c94dd160ecfb56eeb00e0044f40b4b4494812d7e95b2422bf00ced38e8cd36ba1776e813994247b426096177091e3ec485598d2f542a
\ No newline at end of file \ No newline at end of file
f2283e20449929a2abbdbafe5cedefc297bf263a1186ed1e3a2041f4dbdac460
\ No newline at end of file
4da8396a9588c63555b3866363bb13dcdb7e07e347f3b663d41f60c5d1c6c246e696955355d16b4de376997c1403f2dbf0b7ad3b0241bdbd8b7e3a6bab0e12b9
\ No newline at end of file
be402ad273180210800ce6d281d3a928c896a05a0f5b8991fdd09ab0dafa5305
\ No newline at end of file
6b178b58493fa4585b93f56d6bfb7147948a9b0d58ecb62e357483ed0e784328998e732337fad2925f59efb38a93b85006701c4eb91fe014639e08d7b2d3426f
\ 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>com.facebook.react</groupId>
<artifactId>react-native-webview</artifactId>
<version>11.0.2-jitsi-6858354</version>
<packaging>aar</packaging>
<name>react-native-webview</name>
<description>React Native WebView component for iOS, Android, macOS, and Windows</description>
<url>https://github.com/react-native-community/react-native-webview#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.50</version>
</dependency>
</dependencies>
</project>
238e135fdd8081262dcfe0cc2509cbaf0f84b8c124699352fd80ade1e8890816
\ No newline at end of file
a9d33f1458fbf79fcff67de2ca1aaacafc37b829e5863270fc93d19e7e2bdba065316dd94ddeb86071121648f4f318824804d65ab313272bc594376a3c0d6a99
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<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-6857459</latest> <latest>11.0.2-jitsi-6858354</latest>
<release>11.0.2-jitsi-6857459</release> <release>11.0.2-jitsi-6858354</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>
<version>11.0.2-jitsi-6745002</version> <version>11.0.2-jitsi-6745002</version>
<version>11.0.2-jitsi-6857459</version> <version>11.0.2-jitsi-6857459</version>
<version>11.0.2-jitsi-6858354</version>
</versions> </versions>
<lastUpdated>20210304153000</lastUpdated> <lastUpdated>20210304175912</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
0b718163b6cf1e2d4328884194ec2f77 66686fbd869a7fb32b0d943faa7052e2
\ No newline at end of file \ No newline at end of file
309ee24844f2ed902ceff0ddd06b9139e72a3434 c352a0bde59f9ef9a8e5e2c36fc4f649585f60f1
\ No newline at end of file \ No newline at end of file
0104ef912598c5f8291a15ed230432c1ed977b032b8f70f30830f3fcdbebf42f bd38aa539ccd0bfe8f24979a0d7417dc5418857389da5964ddb6d3485aac96af
\ No newline at end of file \ No newline at end of file
69cb943926e6308291ba39677c702427ce727305512dc819cae30e13dbe0513fc838ad23c0387f9957109ea704c0d5dec7d43587a1c30f7ca285b6f99c57625f edb10d67e4adad21206d965a65ebc84ac20fa47f307cc61527b857ea7da4e74b1c21d04460f1f42c459c4ea9ec6c25075d54836042643435e5ee8700240d2ea9
\ 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>20210304152709</lastUpdated> <lastUpdated>20210304175558</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
16e7fdfba47642a1debfc05c3d26d99d d981ec2771e6cd95c5384ccf12510ff6
\ No newline at end of file \ No newline at end of file
ef312d5fcbf95f31936f9badac44c250bd7550d9 c9653a0daf95da76614f74f097e018c98f9840d8
\ No newline at end of file \ No newline at end of file
7d613b4148e9af5039d63404e055e265
\ No newline at end of file
c0e873d9bcb10400bcb782eba83dec7bbc68ed63
\ No newline at end of file
2e443f38eddf989bf47801239498aa8289c3fa8a27c1b9b020c3c08a68f046f4
\ No newline at end of file
249f1a205c3198377ca573c25f57d7fb7e7a1160e5d7f539090053b052cd64344a0c655303e40b8b08726b92853dc0fa2ea004a908e9135517c5034c2778328e
\ 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.0.2</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-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-async-storage</artifactId>
<version>1.13.2-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-background-timer</artifactId>
<version>2.4.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-calendar-events</artifactId>
<version>2.0.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-community_netinfo</artifactId>
<version>4.1.5-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-default-preference</artifactId>
<version>1.4.2-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-device-info</artifactId>
<version>7.3.1-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-immersive</artifactId>
<version>2.0.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-keep-awake</artifactId>
<version>4.0.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-linear-gradient</artifactId>
<version>2.5.6-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-sound</artifactId>
<version>0.11.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-svg</artifactId>
<version>12.1.0-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webrtc</artifactId>
<version>1.87.2-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webview</artifactId>
<version>11.0.2-jitsi-6858354</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-splash-screen</artifactId>
<version>3.2.0-jitsi-6858354</version>
</dependency>
</dependencies>
</project>
8b72ab0dc023d02ac9e5ba7ca6b1a96b
\ No newline at end of file
5a3b6c442731763825e5c32d4a0902c17fc08edd
\ No newline at end of file
a84194d541b5652d636f49710e8435e5da3f6677a0faa974b508ebd4666d2c5c
\ No newline at end of file
9ef40fb784434783de6b8a541df968450e73cc128b086976c46a2f7caeb0c5a9fb68ded09baf607f4ab7a5d7bfc7926fc3d31a26723f9448db46c44f4440dd4b
\ No newline at end of file
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<groupId>org.jitsi.react</groupId> <groupId>org.jitsi.react</groupId>
<artifactId>jitsi-meet-sdk</artifactId> <artifactId>jitsi-meet-sdk</artifactId>
<versioning> <versioning>
<latest>3.0.1</latest> <latest>3.0.2</latest>
<release>3.0.1</release> <release>3.0.2</release>
<versions> <versions>
<version>2.12.0</version> <version>2.12.0</version>
<version>2.13.0</version> <version>2.13.0</version>
<version>2.14.0</version> <version>2.14.0</version>
<version>3.0.1</version> <version>3.0.1</version>
<version>3.0.2</version>
</versions> </versions>
<lastUpdated>20210304153000</lastUpdated> <lastUpdated>20210304175912</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
6c105b5418463c2b487b0c251f49a8db 764686fe59b028bcb1f4deb3155d715a
\ No newline at end of file \ No newline at end of file
7838ae3929f46089c3d73a06c7312b2d83a1af63 e2ba358210e02face14058bef09ce21a7d2f46a6
\ No newline at end of file \ No newline at end of file
d631343893d124a187d8eb230181a94705174b83e7493dc7e3e55e92f62b62e1 2668ac2611b1cc3b988cb2ce674b6dace822aafd638221aeab52f51fa4f41264
\ No newline at end of file \ No newline at end of file
04149222382b1ff6a72f1493b4f83fd688b810f4698205385c20db623ff92b34fdcfb7ef233e91ef01aa3758d9e7bec6787217c87dd4d067104087bda901bb57 3c25d6b01a98227e8d009ac6436bca6f4504fa5fd24dc33028c9f9df5f497b44222ec44538c304b4813b6dd484c25cba76697758334eff9c7a212992bcea5d74
\ No newline at end of file \ No newline at end of file
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
<versions> <versions>
<version>r245459</version> <version>r245459</version>
</versions> </versions>
<lastUpdated>20210304152713</lastUpdated> <lastUpdated>20210304175602</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
08e45022c5739f8692472399afaa43c5 70e566638b7f6983c0661d809803872b
\ No newline at end of file \ No newline at end of file
097ff31814a59f4a6c449657f28d3f94d0c9edd4 11182fb176e671c5a6e98c8304df483053c695ed
\ 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