40 lines
1.4 KiB
XML
40 lines
1.4 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-gesture-handler</artifactId>
|
|
<version>2.1.0-jitsi-12039821</version>
|
|
<packaging>aar</packaging>
|
|
<name>react-native-gesture-handler</name>
|
|
<description>Experimental implementation of a new declarative API for gesture handling in react-native</description>
|
|
<url>https://github.com/software-mansion/react-native-gesture-handler#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.68</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>androidx.appcompat</groupId>
|
|
<artifactId>appcompat</artifactId>
|
|
<version>1.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>androidx.core</groupId>
|
|
<artifactId>core-ktx</artifactId>
|
|
<version>1.6.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
<artifactId>kotlin-stdlib</artifactId>
|
|
<version>1.5.20</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|