<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.dayanruben</groupId>
  <artifactId>encrypted-datastore-android</artifactId>
  <version>1.1.2-beta05</version>
  <packaging>aar</packaging>
  <name>encrypted-datastore</name>
  <description>Extensions to store DataStore in EncryptedFile</description>
  <url>https://github.com/dayanruben/encrypted-datastore</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>osipxd</id>
      <name>Osip Fatkullin</name>
      <email>osip.fatkullin@gmail.com</email>
    </developer>
    <developer>
      <id>dayanruben</id>
      <name>Dayan Ruben</name>
      <email>mail@dayanruben.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dayanruben/encrypted-datastore.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:dayanruben/encrypted-datastore.git</developerConnection>
    <url>https://github.com/dayanruben/encrypted-datastore</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/dayanruben/encrypted-datastore/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dayanruben</groupId>
        <artifactId>encrypted-datastore-bom</artifactId>
        <version>1.1.2-beta05</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.crypto.tink</groupId>
      <artifactId>tink-android</artifactId>
      <version>1.16.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.1.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.datastore</groupId>
      <artifactId>datastore-android</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
