55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?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 https://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-video</artifactId>
|
|
<version>6.0.0-alpha.1-jitsi-12039821</version>
|
|
<packaging>aar</packaging>
|
|
<name>react-native-video</name>
|
|
<description>A <Video /> element for react-native</description>
|
|
<url/>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.facebook.react</groupId>
|
|
<artifactId>react-native</artifactId>
|
|
<version>0.68</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.android.exoplayer</groupId>
|
|
<artifactId>exoplayer</artifactId>
|
|
<version>2.17.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>androidx.annotation</groupId>
|
|
<artifactId>annotation</artifactId>
|
|
<version>1.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>androidx.core</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>1.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>androidx.media</groupId>
|
|
<artifactId>media</artifactId>
|
|
<version>1.4.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.android.exoplayer</groupId>
|
|
<artifactId>extension-okhttp</artifactId>
|
|
<version>2.17.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>4.9.2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|