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
65f3e11a
Commit
65f3e11a
authored
Jan 17, 2020
by
hk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
launcher 1.0.1
parent
be0c31a9
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
72 additions
and
6 deletions
+72
-6
.DS_Store
cn/dankal/android/.DS_Store
+0
-0
launcher-1.0.1-sources.jar
cn/dankal/android/launcher/1.0.1/launcher-1.0.1-sources.jar
+0
-0
launcher-1.0.1-sources.jar.md5
...kal/android/launcher/1.0.1/launcher-1.0.1-sources.jar.md5
+2
-0
launcher-1.0.1-sources.jar.sha1
...al/android/launcher/1.0.1/launcher-1.0.1-sources.jar.sha1
+2
-0
launcher-1.0.1.aar
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar
+0
-0
launcher-1.0.1.aar.md5
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar.md5
+2
-0
launcher-1.0.1.aar.sha1
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar.sha1
+2
-0
launcher-1.0.1.pom
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.pom
+53
-0
launcher-1.0.1.pom.md5
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.pom.md5
+2
-0
launcher-1.0.1.pom.sha1
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.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.
cn/dankal/android/.DS_Store
View file @
65f3e11a
No preview for this file type
cn/dankal/android/launcher/1.0.1/launcher-1.0.1-sources.jar
0 → 100644
View file @
65f3e11a
File added
cn/dankal/android/launcher/1.0.1/launcher-1.0.1-sources.jar.md5
0 → 100644
View file @
65f3e11a
4a2e7837d336e843660ffc011f82b98a
\ No newline at end of file
cn/dankal/android/launcher/1.0.1/launcher-1.0.1-sources.jar.sha1
0 → 100644
View file @
65f3e11a
b31e92df3ee8e8df961629c46486885883c36588
\ No newline at end of file
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar
0 → 100644
View file @
65f3e11a
File added
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar.md5
0 → 100644
View file @
65f3e11a
2ff5bc1364ca69a0d709cfc2418b9913
\ No newline at end of file
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.aar.sha1
0 → 100644
View file @
65f3e11a
a733bc79f687bf62621bb353eff47a8eccecf0cf
\ No newline at end of file
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.pom
0 → 100644
View file @
65f3e11a
<?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>
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.pom.md5
0 → 100644
View file @
65f3e11a
5d3cbd0ea80a5d4e90240a54ba77bc68
\ No newline at end of file
cn/dankal/android/launcher/1.0.1/launcher-1.0.1.pom.sha1
0 → 100644
View file @
65f3e11a
74a39ceab1e4d13119027533e2d946ac1bd86400
\ No newline at end of file
cn/dankal/android/launcher/maven-metadata.xml
View file @
65f3e11a
...
...
@@ -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>
202001170
24817
</lastUpdated>
<lastUpdated>
202001170
34429
</lastUpdated>
</versioning>
</metadata>
cn/dankal/android/launcher/maven-metadata.xml.md5
View file @
65f3e11a
5bbfcd903ef0f0cdd677b02e810ac777
\ No newline at end of file
b9e4e98181725179dd6a991e17c3fccf
\ No newline at end of file
cn/dankal/android/launcher/maven-metadata.xml.sha1
View file @
65f3e11a
e8016481d46eb7f730877f01c7af08d3bd283542
\ No newline at end of file
83e29fa1558825b9134809a9a9b5ebaac3a09e78
\ 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