Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
androidlibrary
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuaikun
androidlibrary
Commits
cf776867
Commit
cf776867
authored
Feb 06, 2020
by
hk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.2 锁屏功能基本完成
parent
65f3e11a
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
78 additions
and
6 deletions
+78
-6
.DS_Store
.DS_Store
+0
-0
launcher-1.0.2-sources.jar
cn/dankal/android/launcher/1.0.2/launcher-1.0.2-sources.jar
+0
-0
launcher-1.0.2-sources.jar.md5
...kal/android/launcher/1.0.2/launcher-1.0.2-sources.jar.md5
+2
-0
launcher-1.0.2-sources.jar.sha1
...al/android/launcher/1.0.2/launcher-1.0.2-sources.jar.sha1
+2
-0
launcher-1.0.2.aar
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar
+0
-0
launcher-1.0.2.aar.md5
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar.md5
+2
-0
launcher-1.0.2.aar.sha1
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar.sha1
+2
-0
launcher-1.0.2.pom
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom
+59
-0
launcher-1.0.2.pom.md5
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom.md5
+2
-0
launcher-1.0.2.pom.sha1
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom.sha1
+2
-0
maven-metadata.xml
cn/dankal/android/launcher/maven-metadata.xml
+3
-2
maven-metadata.xml.md5
cn/dankal/android/launcher/maven-metadata.xml.md5
+2
-2
maven-metadata.xml.sha1
cn/dankal/android/launcher/maven-metadata.xml.sha1
+2
-2
No files found.
.DS_Store
View file @
cf776867
No preview for this file type
cn/dankal/android/launcher/1.0.2/launcher-1.0.2-sources.jar
0 → 100644
View file @
cf776867
File added
cn/dankal/android/launcher/1.0.2/launcher-1.0.2-sources.jar.md5
0 → 100644
View file @
cf776867
dde9f59f1a29eb2cdf834fa9d9f5fb93
\ No newline at end of file
cn/dankal/android/launcher/1.0.2/launcher-1.0.2-sources.jar.sha1
0 → 100644
View file @
cf776867
841b929d0e9628cf9b40317e70ef205835da3454
\ No newline at end of file
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar
0 → 100644
View file @
cf776867
File added
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar.md5
0 → 100644
View file @
cf776867
56ddd994aee7e701ac64a168956ed372
\ No newline at end of file
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.aar.sha1
0 → 100644
View file @
cf776867
4b7ac688a7c3d5f7521b74faecc2204830b2f2d1
\ No newline at end of file
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom
0 → 100644
View file @
cf776867
<?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>
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom.md5
0 → 100644
View file @
cf776867
377557311e45c98e865ca641a2a57916
\ No newline at end of file
cn/dankal/android/launcher/1.0.2/launcher-1.0.2.pom.sha1
0 → 100644
View file @
cf776867
be2b173c602bb2b51618b1c31b3a252719bbcf00
\ No newline at end of file
cn/dankal/android/launcher/maven-metadata.xml
View file @
cf776867
...
...
@@ -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>
20200
117034429
</lastUpdated>
<lastUpdated>
20200
206093128
</lastUpdated>
</versioning>
</metadata>
cn/dankal/android/launcher/maven-metadata.xml.md5
View file @
cf776867
b9e4e98181725179dd6a991e17c3fccf
\ No newline at end of file
4da697e0549ab65d9a2923b3b43005a6
\ No newline at end of file
cn/dankal/android/launcher/maven-metadata.xml.sha1
View file @
cf776867
83e29fa1558825b9134809a9a9b5ebaac3a09e78
\ No newline at end of file
616b88046621cabb556f7fc76662bd04c50d9a39
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment