blob: 6a1efd8b3673b9c5602dcce055f62a4901e7b56c [file] [log] [blame]
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-basement</artifactId>
<version>11.4.2-public</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>25.2.0</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-basement-license</artifactId>
<version>11.4.2-public</version>
<scope>runtime</scope>
<type>aar</type>
</dependency>
</dependencies>
 <licenses><license><name>Android Software Development Kit License</name><url>https://developer.android.com/studio/terms.html</url><distribution>repo</distribution></license></licenses>
</project>