<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.kllkko</groupId>
  <artifactId>CmCloudlibrary</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>CmCloudlibrary</name>
  <description>一个简化xxx开发的x库</description>
  <url>https://github.com/kllkko/CmCloudlibrary</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kllkko</id>
      <name>kllkko</name>
      <email>292470420@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/kllkko/CmCloudlibrary.git</connection>
    <developerConnection>scm:git:ssh://github.com/kllkko/CmCloudlibrary.git</developerConnection>
    <url>https://github.com/kllkko/CmCloudlibrary</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>glide</artifactId>
      <groupId>com.github.bumptech.glide</groupId>
      <version>4.13.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>okhttp3-integration</artifactId>
      <groupId>com.github.bumptech.glide</groupId>
      <version>4.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>qqopensdk</artifactId>
      <groupId>com.tencent.tauth</groupId>
      <version>3.52.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>core</artifactId>
      <groupId>io.github.sinaweibosdk</groupId>
      <version>12.5.0</version>
      <scope>compile</scope>
      <type>aar</type>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <artifactId>viewbinding</artifactId>
      <groupId>androidx.databinding</groupId>
      <version>7.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>legacy-support-v4</artifactId>
      <groupId>androidx.legacy</groupId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>dynamicanimation</artifactId>
      <groupId>androidx.dynamicanimation</groupId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>appcompat</artifactId>
      <groupId>androidx.appcompat</groupId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>material</artifactId>
      <groupId>com.google.android.material</groupId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>constraintlayout</artifactId>
      <groupId>androidx.constraintlayout</groupId>
      <version>2.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>swiperefreshlayout</artifactId>
      <groupId>androidx.swiperefreshlayout</groupId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>MagicIndicator</artifactId>
      <groupId>com.github.hackware1993</groupId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>scan</artifactId>
      <groupId>com.huawei.hms</groupId>
      <version>2.7.0.302</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>flowlayout-lib</artifactId>
      <groupId>com.hyman</groupId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>x</artifactId>
      <groupId>com.yanzhenjie.recyclerview</groupId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>circleimageview</artifactId>
      <groupId>de.hdodenhof</groupId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>core</artifactId>
      <groupId>org.litepal.guolindev</groupId>
      <version>3.2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>ShadowLayout</artifactId>
      <groupId>com.github.lihangleo2</groupId>
      <version>3.2.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>android-pdf-viewer</artifactId>
      <groupId>com.github.barteksc</groupId>
      <version>2.8.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>permissionx</artifactId>
      <groupId>com.guolindev.permissionx</groupId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>gson</artifactId>
      <groupId>com.google.code.gson</groupId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>libvlc-all</artifactId>
      <groupId>org.videolan.android</groupId>
      <version>3.5.0-eap6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>okhttp</artifactId>
      <groupId>com.squareup.okhttp3</groupId>
      <version>4.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>logging-interceptor</artifactId>
      <groupId>com.squareup.okhttp3</groupId>
      <version>4.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>retrofit</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>converter-gson</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>adapter-rxjava2</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>rxandroid</artifactId>
      <groupId>io.reactivex.rxjava2</groupId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>rxjava</artifactId>
      <groupId>io.reactivex.rxjava2</groupId>
      <version>2.2.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>rxlifecycle-android-lifecycle</artifactId>
      <groupId>com.trello.rxlifecycle3</groupId>
      <version>3.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>fresco</artifactId>
      <groupId>com.facebook.fresco</groupId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>animated-webp</artifactId>
      <groupId>com.facebook.fresco</groupId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>webpsupport</artifactId>
      <groupId>com.facebook.fresco</groupId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>circularprogressbar</artifactId>
      <groupId>com.mikhaellopez</groupId>
      <version>3.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>fragmentation</artifactId>
      <groupId>com.github.weikaiyun.SFragmentation</groupId>
      <version>1.8.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>DialogX</artifactId>
      <groupId>com.github.kongzue.DialogX</groupId>
      <version>0.0.46.beta5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>eventbus</artifactId>
      <groupId>org.greenrobot</groupId>
      <version>3.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>wechat-sdk-android-without-mta</artifactId>
      <groupId>com.tencent.mm.opensdk</groupId>
      <version>6.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>badgeview</artifactId>
      <groupId>q.rorbin</groupId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>BaiduMapSDK_Map</artifactId>
      <groupId>com.baidu.lbsyun</groupId>
      <version>7.5.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>BaiduMapSDK_Util</artifactId>
      <groupId>com.baidu.lbsyun</groupId>
      <version>7.5.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>BaiduMapSDK_Location</artifactId>
      <groupId>com.baidu.lbsyun</groupId>
      <version>9.1.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>roundedimageview</artifactId>
      <groupId>com.makeramen</groupId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
