35 lines
1.3 KiB
XML
35 lines
1.3 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 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-5112273</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>
|