<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.whataa</groupId>
  <artifactId>pandora</artifactId>
  <version>1.0.2</version>
  <packaging>aar</packaging>
  <name>whataa/pandora</name>
  <description>an android library for debugging what we care about directly in app.</description>
  <url>https://github.com/whataa/pandora</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>whataa</id>
      <name>linjiang</name>
      <email>linjiang.me@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/whataa/pandora.git</connection>
    <developerConnection>scm:git://github.com/whataa/pandora.git</developerConnection>
    <url>git://github.com/whataa/pandora.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>26.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>recyclerview-v7</artifactId>
      <version>26.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.9.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
