<?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.bihe0832.android</groupId>
  <artifactId>lib-download-install</artifactId>
  <version>3.2.2</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.50</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-file</artifactId>
      <version>3.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-v4</artifactId>
      <version>27.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-encrypt</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-log</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-android</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-utils-common</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-zip</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-thread</artifactId>
      <version>2.5.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bihe0832.android</groupId>
      <artifactId>lib-request</artifactId>
      <version>2.5.12</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
