Commit 58296f39 by lihuaikun

fix:适配拆分 修复只有游戏类需要判断金币 桌面图标改样式

parent 0143139f
No preview for this file type
No preview for this file type
No preview for this file type
e3137f3b9d2df8abe707f81111a08507
\ No newline at end of file
fe35bbaa253f4e3462b451d6868d9c3928d68555
\ No newline at end of file
8d11d07dab16226a89a579bb1db4ebd6
\ No newline at end of file
089e128dcad6732b4600eac96d2804870f33e777
\ 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.9</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>
af4330d470f9021c2fd4858193b78186
\ No newline at end of file
ea7248f4d5d92197181bf6ab9f539c42dbfef9c9
\ No newline at end of file
......@@ -3,7 +3,7 @@
<groupId>cn.dankal.android</groupId>
<artifactId>launcher</artifactId>
<versioning>
<release>1.3.8</release>
<release>1.3.9</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
......@@ -43,6 +43,6 @@
<version>1.3.8</version>
<version>1.3.9</version>
</versions>
<lastUpdated>20200506013417</lastUpdated>
<lastUpdated>20200508060427</lastUpdated>
</versioning>
</metadata>
42b6c2f3bc6ee8b5201e673973738d3f
\ No newline at end of file
d2ad57d522dccaa5d40ae7c8959c3d89
74c65ff48d61c1acc94267c90e2e1e33d229ee9f
\ No newline at end of file
e8523fb847d8b6b3a75f263c8f7af6ebab9002a2
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