<?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>tools.fastlane</groupId>
  <artifactId>screengrab</artifactId>
  <version>2.0.0</version>
  <packaging>aar</packaging>
  <name>screengrab</name>
  <url>https://github.com/fastlane/fastlane</url>
  <description>Screengrab is a commandline tool that automates taking localized screenshots</description>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/fastlane/fastlane</url>
    <connection>scm:git:git://github.com/fastlane/fastlane.git</connection>
  </scm>
  <developers>
    <developer>
      <email>me@joshholtz.com</email>
      <name>Josh Holtz</name>
      <url>https://github.com/joshdholtz</url>
      <id>joshdholtz</id>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <artifactId>annotation</artifactId>
      <groupId>androidx.annotation</groupId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>runner</artifactId>
      <groupId>androidx.test</groupId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>rules</artifactId>
      <groupId>androidx.test</groupId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>espresso-core</artifactId>
      <groupId>androidx.test.espresso</groupId>
      <version>3.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>uiautomator</artifactId>
      <groupId>androidx.test.uiautomator</groupId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>falcon</artifactId>
      <groupId>com.jraska</groupId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
