Skip to content

Commit

Permalink
release: 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Dec 11, 2015
1 parent 734ff46 commit 9959ede
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.11.4 (2015/12/12)

## Improvements

- Enables to use large size image for in-app message

## Bug Fixes

- Fixes potential error when building the application with Eclipse
- Fixes the bug where masking feature didn't work correctly

# 0.11.0 (2015/11/30)

## User Profiles
Expand Down
3 changes: 2 additions & 1 deletion maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<version>0.9.3</version>
<version>0.10.1</version>
<version>0.11.0</version>
<version>0.11.4</version>
</versions>
<lastUpdated>20151130094735</lastUpdated>
<lastUpdated>20151211110501</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 @@
6e540696e1c3e9e15c1aff285966a768
11efd4dd1c8b8aae2bb727a10489826c
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e54aa373a5f2f028fa3b616abc0533808f87777c
b118d0d5cd0811862f9257749c1860b51849323d
Binary file removed repro-android-sdk-0.11.0.aar
Binary file not shown.
1 change: 0 additions & 1 deletion repro-android-sdk-0.11.0.aar.md5

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Binary file added repro-android-sdk-0.11.4.aar
Binary file not shown.
1 change: 1 addition & 0 deletions repro-android-sdk-0.11.4.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0a5240af90ac52f664edf47ef9565bc9
1 change: 1 addition & 0 deletions repro-android-sdk-0.11.4.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53360245ce1eb29375914bf2e2d2522717076b83
4 changes: 2 additions & 2 deletions repro-android-sdk-0.11.0.pom → repro-android-sdk-0.11.4.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.11.0</version>
<version>0.11.4</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.0.0-beta-1103</version>
<version>1.0.0-beta-2423</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions repro-android-sdk-0.11.4.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ce1122c6e0ef0cf27e95f332350a3d0a
1 change: 1 addition & 0 deletions repro-android-sdk-0.11.4.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8d10f0b6541d1edec71aa8fa94a68f52fc34ddde

0 comments on commit 9959ede

Please sign in to comment.