Skip to content

Commit

Permalink
Merge pull request #54 from 500px/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
mck182 authored Jan 14, 2020
2 parents 0fd74ea + 13786f9 commit a93389d
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion greedo-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.3.0"
versionName "1.4.0"
}
buildTypes {
release {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54e5ef716838f93c7242bf53ad5579d2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e960fd0477ecdfe5dbcd9ffcfe24a26e2af5f11c
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.4.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ff1045fdce45951df63eeff04ac8368
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b8dc503b942dfbfbfd54322e63571768c8197e2c
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,13 +3,14 @@
<groupId>com.fivehundredpx</groupId>
<artifactId>greedo-layout</artifactId>
<versioning>
<release>1.3.0</release>
<release>1.4.0</release>
<versions>
<version>1.0.0</version>
<version>1.1.0</version>
<version>1.2.0</version>
<version>1.3.0</version>
<version>1.4.0</version>
</versions>
<lastUpdated>20190107215113</lastUpdated>
<lastUpdated>20200114183704</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c32405527c56ff85c39c65ffd9a5e456
a6b0773ab9e2a424c1ff6c48b94608c7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6119672aa8256005d595fa132e45ef6ed70036f5
9bcf04d637273d002dfa6593ed4be82925902ec1

0 comments on commit a93389d

Please sign in to comment.