<?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.life360</groupId>
    <artifactId>prebid-sdk-core</artifactId>
    <version>1.3.2</version>
    <packaging>aar</packaging>

    <name> Life360 Ads Android SDK</name>
    <description>Life360 Ads wrapper of the Prebid Mobile Android SDK</description>
    <url>https://github.com/life360-oss/life360-ads-sdk-android</url>

    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>Life360 Ads Team</name>
            <email>ads@life360.com</email>
            <organization>Life360, Inc.</organization>
            <organizationUrl>https://ads.life360.com</organizationUrl>
        </developer>

        <developer>
            <name>AppNexus Mobile Team</name>
            <email>sdk@appnexus.com</email>
            <organization>AppNexus, Inc.</organization>
            <organizationUrl>http://www.appnexus.com</organizationUrl>
        </developer>

        <developer>
            <name>RubiconProject Mobile Team</name>
            <email>sdk@https://rubiconproject.com/</email>
            <organization>The Rubicon Project, Inc.</organization>
            <organizationUrl>https://rubiconproject.com</organizationUrl>
        </developer>

        <developer>
            <name>Postindustria AdTech Team</name>
            <email>hello@postindustria.com </email>
            <organization>Postindustria LTD</organization>
            <organizationUrl>https://postindustria.com/</organizationUrl>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:https://github.com/life360-oss/life360-ads-sdk-android.git</connection>
        <developerConnection>scm:git:https://github.com/life360-oss/life360-ads-sdk-android.git</developerConnection>
        <url>https://github.com/life360-oss/life360-ads-sdk-android</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.life360</groupId>
            <artifactId>life360-ads-open-measurement-sdk</artifactId>
            <version>1.6.5</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>androidx.annotation</groupId>
            <artifactId>annotation</artifactId>
            <version>1.9.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.android.gms</groupId>
            <artifactId>play-services-base</artifactId>
            <version>18.1.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.android.gms</groupId>
            <artifactId>play-services-ads-identifier</artifactId>
            <version>18.0.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.android.exoplayer</groupId>
            <artifactId>exoplayer-core</artifactId>
            <version>2.15.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.android.exoplayer</groupId>
            <artifactId>exoplayer-ui</artifactId>
            <version>2.15.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>androidx.localbroadcastmanager</groupId>
            <artifactId>localbroadcastmanager</artifactId>
            <version>1.0.0</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>
