<?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>bz.tsung.android</groupId>
  <artifactId>evernote</artifactId>
  <version>2.0.0-RC4</version>
  <packaging>aar</packaging>
  <name>Android-Evernote-Yinxiang SDK</name>
  <description>Android library to access the Evernote/Yinxiang API.</description>
  <url>https://github.com/ionull/evernote-sdk-android</url>
  <inceptionYear>2020</inceptionYear>
  <organization>
    <name>Yinxiang Biji</name>
    <url>http://yinxiang.com</url>
  </organization>
  <licenses>
    <license>
      <name>Yinxiang SDK License Agreement</name>
      <url>https://github.com/yinxiang-dev/evernote-sdk-android/blob/master/README.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ionull</id>
      <name>Tsung Wu</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/ionull/evernote-sdk-android.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/ionull/evernote-sdk-android.git</developerConnection>
    <url>https://github.com/ionull/evernote-sdk-android</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/ionull/evernote-sdk-android/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>androidx.legacy</groupId>
      <artifactId>legacy-support-v4</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.evernote</groupId>
      <artifactId>evernote-api</artifactId>
      <version>1.25.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.scribe</groupId>
      <artifactId>scribe</artifactId>
      <version>1.3.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.vrallev.android</groupId>
      <artifactId>android-task</artifactId>
      <version>1.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp</groupId>
      <artifactId>okhttp</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.15</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
