<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.edwardstock</groupId>
  <artifactId>hawk</artifactId>
  <version>3.0.2</version>
  <packaging>aar</packaging>
  <name>hawk-android</name>
  <description>Secure, simple key-value storage for android</description>
  <url>https://github.com/edwardstock/hawk</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://github.com/edwardstock/hawk/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>orhanobut</id>
      <roles>
        <role>owner</role>
      </roles>
    </developer>
    <developer>
      <id>edwardstock</id>
      <name>Eduard Maximovich</name>
      <email>edward.vstock@gmail.com</email>
      <roles>
        <role>forker</role>
      </roles>
      <timezone>Europe/Moscow</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:property 'url'.git</connection>
    <developerConnection>scm:git:property 'url'.git</developerConnection>
    <url>https://github.com/edwardstock/hawk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.facebook.conceal</groupId>
      <artifactId>conceal</artifactId>
      <version>1.1.3</version>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
