<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.afollestad</groupId>
  <artifactId>assent</artifactId>
  <version>0.2.5</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-v13</artifactId>
      <version>24.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>24.2.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
<url>https://github.com/afollestad/assent</url><licenses><license><name>Apache 2.0 License</name><url>https://www.apache.org/licenses/LICENSE-2.0.txt</url></license></licenses><scm><url>scm:git:github.com/afollestad/assent.git</url></scm><developers><developer><name>Aidan Follestad</name></developer></developers><name>Assent</name><description>&#128591; Android Runtime Permissions made easy and compact, for Kotlin and AndroidX. With coroutines support!</description></project>