Commit 65f3e11a by hk

launcher 1.0.1

parent be0c31a9
4a2e7837d336e843660ffc011f82b98a
\ No newline at end of file
b31e92df3ee8e8df961629c46486885883c36588
\ No newline at end of file
2ff5bc1364ca69a0d709cfc2418b9913
\ No newline at end of file
a733bc79f687bf62621bb353eff47a8eccecf0cf
\ 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.0.1</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.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>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>
</dependencies>
</project>
5d3cbd0ea80a5d4e90240a54ba77bc68
\ No newline at end of file
74a39ceab1e4d13119027533e2d946ac1bd86400
\ No newline at end of file
......@@ -3,10 +3,11 @@
<groupId>cn.dankal.android</groupId>
<artifactId>launcher</artifactId>
<versioning>
<release>1.0.0</release>
<release>1.0.1</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
</versions>
<lastUpdated>20200117024817</lastUpdated>
<lastUpdated>20200117034429</lastUpdated>
</versioning>
</metadata>
5bbfcd903ef0f0cdd677b02e810ac777
\ No newline at end of file
b9e4e98181725179dd6a991e17c3fccf
\ No newline at end of file
e8016481d46eb7f730877f01c7af08d3bd283542
\ No newline at end of file
83e29fa1558825b9134809a9a9b5ebaac3a09e78
\ 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