<?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>io.github.yuweiguocn</groupId>
  <artifactId>GreenDaoUpgradeHelper</artifactId>
  <version>v2.0.2</version>
  <packaging>aar</packaging>
  <name>yuweiguocn/GreenDaoUpgradeHelper</name>
  <description>To solve database upgrade of greenDao and just need one line code</description>
  <url>https://github.com/yuweiguocn/GreenDaoUpgradeHelper</url>
  <inceptionYear>2016</inceptionYear>
  <developers>
    <developer>
      <id>yuweiguocn</id>
      <name>yuweiguo</name>
      <email>yuweiguocn@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/yuweiguocn/GreenDaoUpgradeHelper.git</connection>
    <developerConnection>scm:git://github.com/yuweiguocn/GreenDaoUpgradeHelper.git</developerConnection>
    <url>git://github.com/yuweiguocn/GreenDaoUpgradeHelper.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.greenrobot</groupId>
      <artifactId>greendao</artifactId>
      <version>3.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>24.2.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
