Skip to content

Commit

Permalink
暂时去除share的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaxu committed May 10, 2019
1 parent 782a1f2 commit 0ee511c
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 7 deletions.
Binary file added com/powershare/atccev/1.0.4/atccev-1.0.4.aar
Binary file not shown.
1 change: 1 addition & 0 deletions com/powershare/atccev/1.0.4/atccev-1.0.4.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76c10b9ea0c72d75f66af3c9cb889404
1 change: 1 addition & 0 deletions com/powershare/atccev/1.0.4/atccev-1.0.4.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e2f5e70e1ee409686fe2819758fce750df8deb9
54 changes: 54 additions & 0 deletions com/powershare/atccev/1.0.4/atccev-1.0.4.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?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>com.powershare</groupId>
<artifactId>atccev</artifactId>
<version>1.0.4</version>
<packaging>aar</packaging>
<description>atccev</description>
<dependencies>
<dependency>
<groupId>com.powershare</groupId>
<artifactId>atccsdk</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>location</artifactId>
<version>4.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>search</artifactId>
<version>6.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.zyyoona7</groupId>
<artifactId>wheelview</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>navi-3dmap</artifactId>
<version>6.1.0_3dmap6.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.getui</groupId>
<artifactId>sdk</artifactId>
<version>2.13.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions com/powershare/atccev/1.0.4/atccev-1.0.4.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43dcb8a22963ec9ecf473f4d8cde6b30
1 change: 1 addition & 0 deletions com/powershare/atccev/1.0.4/atccev-1.0.4.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
77bd3eb8542df63a7f31194a35f4848e0ed20fb5
5 changes: 3 additions & 2 deletions com/powershare/atccev/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<groupId>com.powershare</groupId>
<artifactId>atccev</artifactId>
<versioning>
<release>1.0.3</release>
<release>1.0.4</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
<version>1.0.2</version>
<version>1.0.3</version>
<version>1.0.4</version>
</versions>
<lastUpdated>20190510091753</lastUpdated>
<lastUpdated>20190510092914</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/powershare/atccev/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cef6796c5bc31142914237d3b8f1aaf8
30588dbfe8e8ebb1ba5408892ce134a5
2 changes: 1 addition & 1 deletion com/powershare/atccev/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e83d9d44d355b0d714942f249f7a2feb26dbf635
20b8b7e976c1d65bdf28e755bdad5f20f9625686
2 changes: 1 addition & 1 deletion com/powershare/share/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20190510082505</lastUpdated>
<lastUpdated>20190510092830</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/powershare/share/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1ed2896040345185f9e4b7929d5a5cf5
708c3feb6a527c0a654747e499a2ca48
2 changes: 1 addition & 1 deletion com/powershare/share/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b28f62475c9cb0db5d8a3ec177db7891075e351
7781701fbcf0a569b3e7266c68b701b3813374be

0 comments on commit 0ee511c

Please sign in to comment.