<?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.ad4screen.sdk</groupId>
  <artifactId>plugin-play-services-location</artifactId>
  <version>4.1.5</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.ad4screen.sdk</groupId>
      <artifactId>A4SSDK</artifactId>
      <version>4.1.5</version>
    </dependency>
    <dependency>
      <groupId>com.ad4screen.sdk</groupId>
      <artifactId>plugin-play-services-base</artifactId>
      <version>4.1.5</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-location</artifactId>
      <version>17.0.0</version>
    </dependency>
  </dependencies>
  <description>Accengage Google Play Services location plugin</description>
  <name>plugin-play-services-location</name>
</project>
