Skip to content

Commit

Permalink
release: 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Nov 4, 2015
1 parent 308b086 commit 9ed3d82
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.10.1 (2015/11/3)

## Features

- Supports Eclipse ADT

## Improvements

- Remove dependency to VolleyPlus

# 0.9.3 (2015/10/21)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Repro, Inc.

## License

(c) 2015 Repro Inc.
(c) 2015 Repro Inc.
3 changes: 2 additions & 1 deletion maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<versions>
<version>0.8.20</version>
<version>0.9.3</version>
<version>0.10.1</version>
</versions>
<lastUpdated>20151022153856</lastUpdated>
<lastUpdated>20151104143108</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7d43d4c7209c604198d92a65aee1147
be350b5f1a9032a873aa0bebc91dd26b
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a3991e76e796b712796405517e0dcac4ac15175f
3656633f01e6de71b77be4bd4c9fbbc0e6a75c3c
Binary file added repro-android-sdk-0.10.1.aar
Binary file not shown.
1 change: 1 addition & 0 deletions repro-android-sdk-0.10.1.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22f6460d01558bb5397ebfcbe28f3aff
1 change: 1 addition & 0 deletions repro-android-sdk-0.10.1.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57817bc332c6fd399e9b9636fe0a52f77297c5b5
8 changes: 1 addition & 7 deletions repro-android-sdk-0.9.3.pom → repro-android-sdk-0.10.1.pom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.repro</groupId>
<artifactId>repro-android-sdk</artifactId>
<version>0.9.3</version>
<version>0.10.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand All @@ -25,12 +25,6 @@
<version>0.14.449</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.dworks.libs</groupId>
<artifactId>volleyplus</artifactId>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-gcm</artifactId>
Expand Down
1 change: 1 addition & 0 deletions repro-android-sdk-0.10.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a8f19c7ed22b2eaedfaca5d337a230fa
1 change: 1 addition & 0 deletions repro-android-sdk-0.10.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2101f419c2c4cb4560cf2cf5f78105066804ae65
Binary file removed repro-android-sdk-0.9.3.aar
Binary file not shown.
1 change: 0 additions & 1 deletion repro-android-sdk-0.9.3.aar.md5

This file was deleted.

1 change: 0 additions & 1 deletion repro-android-sdk-0.9.3.aar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion repro-android-sdk-0.9.3.pom.md5

This file was deleted.

1 change: 0 additions & 1 deletion repro-android-sdk-0.9.3.pom.sha1

This file was deleted.

0 comments on commit 9ed3d82

Please sign in to comment.