<?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>uk.ac.mdx.cs.ie</groupId>
  <artifactId>acontextlib</artifactId>
  <version>0.9.7</version>
  <packaging>aar</packaging>
  <name>A (hopefully) simple, and reusable context data acquisition library for Android</name>
  <url>https://github.com/deankramer/aContextLib</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>deankramer</id>
      <name>Dean Kramer</name>
      <email>dean@deansserver.co.uk</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/deankramer/aContextLib.git</connection>
    <developerConnection>https://github.com/deankramer/aContextLib.git</developerConnection>
    <url>https://github.com/deankramer/aContextLib</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.kaknazaveshtakipishi</groupId>
      <artifactId>PermissionEverywhere</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>24.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
