Skip to content

Commit

Permalink
Upload v1.3.0 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Klapetek committed Jan 7, 2019
1 parent bbfb25c commit ef87ceb
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05f9d193ad2c76bd010971cb2521fac3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b66c1ad6fa87cb06cb6e4807324fe299f8789c44
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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.fivehundredpx</groupId>
<artifactId>greedo-layout</artifactId>
<version>1.3.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7be022d65acd69c160488aa0a3d7ab63
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9726302272d2ac5df7487db6f2ab4e739c99af01
5 changes: 3 additions & 2 deletions releases/com/fivehundredpx/greedo-layout/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<groupId>com.fivehundredpx</groupId>
<artifactId>greedo-layout</artifactId>
<versioning>
<release>1.2.0</release>
<release>1.3.0</release>
<versions>
<version>1.0.0</version>
<version>1.1.0</version>
<version>1.2.0</version>
<version>1.3.0</version>
</versions>
<lastUpdated>20181025173254</lastUpdated>
<lastUpdated>20190107215113</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbf75723fb8b6269520b17ba65dc04c4
c32405527c56ff85c39c65ffd9a5e456
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1537b77482dfc3310d106478d38c9c983494c3d
6119672aa8256005d595fa132e45ef6ed70036f5

0 comments on commit ef87ceb

Please sign in to comment.