Commit cf776867 by hk

1.0.2 锁屏功能基本完成

parent 65f3e11a
No preview for this file type
dde9f59f1a29eb2cdf834fa9d9f5fb93
\ No newline at end of file
841b929d0e9628cf9b40317e70ef205835da3454
\ No newline at end of file
56ddd994aee7e701ac64a168956ed372
\ No newline at end of file
4b7ac688a7c3d5f7521b74faecc2204830b2f2d1
\ 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.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>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>
377557311e45c98e865ca641a2a57916
\ No newline at end of file
be2b173c602bb2b51618b1c31b3a252719bbcf00
\ No newline at end of file
......@@ -3,11 +3,12 @@
<groupId>cn.dankal.android</groupId>
<artifactId>launcher</artifactId>
<versioning>
<release>1.0.1</release>
<release>1.0.2</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
<version>1.0.2</version>
</versions>
<lastUpdated>20200117034429</lastUpdated>
<lastUpdated>20200206093128</lastUpdated>
</versioning>
</metadata>
b9e4e98181725179dd6a991e17c3fccf
\ No newline at end of file
4da697e0549ab65d9a2923b3b43005a6
\ No newline at end of file
83e29fa1558825b9134809a9a9b5ebaac3a09e78
\ No newline at end of file
616b88046621cabb556f7fc76662bd04c50d9a39
\ 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