<?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>net.datafans</groupId>
  <artifactId>android-web-file-loader</artifactId>
  <version>1.0.8</version>
  <packaging>aar</packaging>
  <name>AndroidWebFileLoader</name>
  <url>https://github.com/anyunzhong/AndroidWebFileLoader</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>anyunzhong</id>
      <name>Allen Zhong</name>
      <email>2642754767@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/anyunzhong/AndroidWebFileLoader.git</connection>
    <developerConnection>https://github.com/anyunzhong/AndroidWebFileLoader.git</developerConnection>
    <url>https://github.com/anyunzhong/AndroidWebFileLoader</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.datafans</groupId>
      <artifactId>android-common-lib</artifactId>
      <version>1.2.85</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>support-v4</artifactId>
          <groupId>com.google.android</groupId>
        </exclusion>
        <exclusion>
          <artifactId>viewPagerIndicator_Library</artifactId>
          <groupId>net.datafans</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>pl.droidsonroids.gif</groupId>
      <artifactId>android-gif-drawable</artifactId>
      <version>1.1.+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton</groupId>
      <artifactId>disklrucache</artifactId>
      <version>2.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
