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-device-info</artifactId>
|
|
<version>8.0.0-jitsi-9093212</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>
|