Commit 6407113f by hk

修复bug

parent 90f31a15
bdab39017c69d7445f96705224de6232
\ No newline at end of file
f849c6179186baffbed4b11e814ad1501a2f6ff3
\ No newline at end of file
f2cf4cbb68d104455554d56bf446d1da
\ No newline at end of file
69e2e0298f206786e55881de9aa777fcf66df625
\ No newline at end of file
<?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>cn.dankal.android</groupId>
<artifactId>launcher</artifactId>
<version>1.3.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.dynamicanimation</groupId>
<artifactId>dynamicanimation</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf.nano</groupId>
<artifactId>protobuf-javanano</artifactId>
<version>3.0.0-alpha-7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.71.android</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.elvishew</groupId>
<artifactId>xlog</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
26b4e07fc9f9342ace84cb1772b3a53a
\ No newline at end of file
7579393859282bd6f7f700c1bcbc371e1dd66b1f
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>cn.dankal.android</groupId> <groupId>cn.dankal.android</groupId>
<artifactId>launcher</artifactId> <artifactId>launcher</artifactId>
<versioning> <versioning>
<release>1.3.1</release> <release>1.3.2</release>
<versions> <versions>
<version>1.0.0</version> <version>1.0.0</version>
<version>1.0.1</version> <version>1.0.1</version>
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
<version>1.2.9</version> <version>1.2.9</version>
<version>1.3.0</version> <version>1.3.0</version>
<version>1.3.1</version> <version>1.3.1</version>
<version>1.3.2</version>
</versions> </versions>
<lastUpdated>20200406083835</lastUpdated> <lastUpdated>20200406091633</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>
2350ff2737b5020f822b006da5137e21 ada195b62bbc1013182adacdc46fc0a8
\ No newline at end of file \ No newline at end of file
7e9bcdad93dafc87f191c1902a60a2d8062edf7a 08e2793fc1e8ec0d5a5327ca578b7225fa1f4d89
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment