<?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.android-tools</groupId>
  <artifactId>devpanel</artifactId>
  <version>0.1.2-alpha</version>
  <packaging>aar</packaging>
  <name>devpanellib</name>
  <description>DevPanel - small android library for displaying some application info and get availability to change some parameters</description>
  <url>https://github.com/android-tools/devpanel</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>busylee999</id>
      <name>Popov Dmitry</name>
      <email>demonlee999@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/android-tools/devpanel</connection>
    <developerConnection>https://github.com/android-tools/devpanel</developerConnection>
    <url>https://github.com/android-tools/devpanel</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.40</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.40</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.cachapa.expandablelayout</groupId>
      <artifactId>expandablelayout</artifactId>
      <version>2.9.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
