Skip to content

Commit

Permalink
upload v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seisuke committed Dec 25, 2017
1 parent bb809c1 commit 90faa9b
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0c54674122e95ab017a656b22ae1d814
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f3620b411d2a37f4565962f4ef2f92f0a8a6acd
35 changes: 35 additions & 0 deletions repository/com/github/seisuke/akmk/0.1.0/akmk-0.1.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?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.github.seisuke</groupId>
<artifactId>akmk</artifactId>
<version>0.1.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support.constraint</groupId>
<artifactId>constraint-layout</artifactId>
<version>1.1.0-beta4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.anko</groupId>
<artifactId>anko-sdk15</artifactId>
<version>0.10.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre7</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9abc902d13a113ef36f968580ffa1327
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9941d8a818ed1fed31c02340c97a6e1e4bbaa662
12 changes: 12 additions & 0 deletions repository/com/github/seisuke/akmk/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.github.seisuke</groupId>
<artifactId>akmk</artifactId>
<versioning>
<release>0.1.0</release>
<versions>
<version>0.1.0</version>
</versions>
<lastUpdated>20171225091157</lastUpdated>
</versioning>
</metadata>
1 change: 1 addition & 0 deletions repository/com/github/seisuke/akmk/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
706e38d45fba21149e998cac0d4364fa
1 change: 1 addition & 0 deletions repository/com/github/seisuke/akmk/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0d48125cfff17dc129650a51d514bbaf0c02e3ad

0 comments on commit 90faa9b

Please sign in to comment.