Commit 93b6b518 authored by Ильжан's avatar Ильжан
Browse files

Initial commit

parents
92ca8bff9397b16da2849f2b743b1df5196feeee
\ No newline at end of file
<?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.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.61.5-jitsi.2</version>
<packaging>aar</packaging>
<name>ReactNative</name>
<description>A framework for building native apps with React</description>
<url>https://github.com/facebook/react-native</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/facebook/react-native/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>facebook</id>
<name>Facebook</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/facebook/react-native.git</connection>
<developerConnection>scm:git:git@github.com:facebook/react-native.git</developerConnection>
<url>https://github.com/facebook/react-native.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.facebook.infer.annotation</groupId>
<artifactId>infer-annotation</artifactId>
<version>0.11.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>fresco</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-okhttp3</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.soloader</groupId>
<artifactId>soloader</artifactId>
<version>0.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.15.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
f37fdb20e19ab0c4e943f2b4b47da85569d81eba
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<versioning>
<release>0.61.5-jitsi.2</release>
<versions>
<version>0.61.5-jitsi.2</version>
</versions>
<lastUpdated>20201228231211</lastUpdated>
</versioning>
</metadata>
6a22c984795761a05ce403ffd896c536
\ No newline at end of file
44f7b1faee5db4764b2a08a446763eba9429a542
\ No newline at end of file
8beb4a52120154e1a35b8df34b771a48
\ No newline at end of file
7a23e719f76f736d0be2cf8ab2c49ba56e81ec1c
\ No newline at end of file
6f3a7e120a4698ee54011fbe5385d6b9a9eaa0b6f449d8a9c269d17de0e4e6b2
\ No newline at end of file
bb98f65f61bc9cb014a26dae1272cf9abf2f10d1e851480cda9e86629b5e1367b75b07deab8f638f0087d77d272e5fcebf65ef4434ddc98a6122e5fb512324e3
\ 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>2.12.0</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.amplitude</groupId>
<artifactId>android-sdk</artifactId>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-google-signin</artifactId>
<version>3.0.1-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-background-timer</artifactId>
<version>2.4.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-calendar-events</artifactId>
<version>2.0.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-community-async-storage</artifactId>
<version>1.3.4-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-community_netinfo</artifactId>
<version>4.1.5-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-default-preference</artifactId>
<version>1.4.2-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-immersive</artifactId>
<version>2.0.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-keep-awake</artifactId>
<version>4.0.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-linear-gradient</artifactId>
<version>2.5.6-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-sound</artifactId>
<version>0.11.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-svg</artifactId>
<version>10.1.0-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webrtc</artifactId>
<version>1.87.1-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-webview</artifactId>
<version>11.0.2-jitsi-6290042</version>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native-splash-screen</artifactId>
<version>3.2.0-jitsi-6290042</version>
</dependency>
</dependencies>
</project>
387500a40fb22e8ac4e11c92825b5b86
\ No newline at end of file
0fc8ee8cc52491a88ad2c747a4dfe911f9ec450b
\ No newline at end of file
fcafcf89de06bb0a4db5574ccceb64718b417a583826589409ada01617c699c3
\ No newline at end of file
bd8756180fb924bcfb3964de9e40ec0b9685be9b40ce368ee8a2498d240515fb41c92ab6291cac13ce46806d1242aeba2bf8141563f7e6265d34730a1c0f91cb
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.jitsi.react</groupId>
<artifactId>jitsi-meet-sdk</artifactId>
<versioning>
<latest>2.12.0</latest>
<release>2.12.0</release>
<versions>
<version>2.12.0</version>
</versions>
<lastUpdated>20201228232031</lastUpdated>
</versioning>
</metadata>
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