<?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>com.github.dryganets</groupId>
  <artifactId>sqlite-adapter-cipher</artifactId>
  <version>0.0.1</version>
  <packaging>aar</packaging>
  <name>sqlite-adapter-cipher</name>
  <description>null</description>
  <url>https://github.com/dryganets/sqlite-adapter</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dryganets</id>
      <name>Sergei Dryganets</name>
      <email>sergey.dryganets@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/dryganets/sqlite-adapter.git</connection>
    <developerConnection>scm:git:git@https://github.com/dryganets/sqlite-adapter.git</developerConnection>
    <url>https://github.com/dryganets/sqlite-adapter.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>sqlite-adapter</groupId>
      <artifactId>sqlite-adapter</artifactId>
      <version>unspecified</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.zetetic</groupId>
      <artifactId>android-database-sqlcipher</artifactId>
      <version>3.5.9</version>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
