71 lines
2.3 KiB
XML
71 lines
2.3 KiB
XML
<?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>com.chuangketie.jk</groupId>
|
|
<artifactId>lib-base</artifactId>
|
|
<version>1.0.0</version>
|
|
<packaging>aar</packaging>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>androidx.appcompat</groupId>
|
|
<artifactId>appcompat</artifactId>
|
|
<version>1.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.android.material</groupId>
|
|
<artifactId>material</artifactId>
|
|
<version>1.12.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.13.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>5.0.0-alpha.16</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>logging-interceptor</artifactId>
|
|
<version>5.0.0-alpha.16</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.bumptech.glide</groupId>
|
|
<artifactId>glide</artifactId>
|
|
<version>4.16.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jp.wasabeef</groupId>
|
|
<artifactId>glide-transformations</artifactId>
|
|
<version>4.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.centerzx</groupId>
|
|
<artifactId>ShapeBlurView</artifactId>
|
|
<version>1.0.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.getActivity</groupId>
|
|
<artifactId>Toaster</artifactId>
|
|
<version>12.8</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.getActivity</groupId>
|
|
<artifactId>XXPermissions</artifactId>
|
|
<version>23.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.CymChad</groupId>
|
|
<artifactId>BaseRecyclerViewAdapterHelper</artifactId>
|
|
<version>2.9.28</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.geyifeng.immersionbar</groupId>
|
|
<artifactId>immersionbar</artifactId>
|
|
<version>3.2.2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|