Skip to content

Commit

Permalink
release: 0.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Jan 29, 2016
1 parent 26c8dcd commit 804810a
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.13.15 (2016/01/29)

## Improvements

- Add option to customize the notification icon and its background color
- Remove dependency to Otto
- Add `maskWithRect` API

## Bug Fixes

- Fix WebView event tracking API to support i18n
- Fix crashes when recording floating activity
- Fix crashes while masking
- Fix the recording confirmation dialog duplication

# 0.13.3 (2016/01/15)

## Improvements
Expand Down
3 changes: 2 additions & 1 deletion maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<version>0.12.0</version>
<version>0.13.1</version>
<version>0.13.3</version>
<version>0.13.15</version>
</versions>
<lastUpdated>20160115073900</lastUpdated>
<lastUpdated>20160129113600</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 @@
be810aba7082229c842f8bf0ff697a56
fecc9939ce6ea43325a88b2dcb9ae787
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fb0a88000b0c4eed5c6eb334ca743c182a834992
ed29463e524ad60ac1dc0bbf0160e558d075ba00
Binary file added repro-android-sdk-0.13.15.aar
Binary file not shown.
1 change: 1 addition & 0 deletions repro-android-sdk-0.13.15.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
760f0b9615c40089598c7855cdb85a7a
1 change: 1 addition & 0 deletions repro-android-sdk-0.13.15.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3c8cad4f92a4cf5fdca6ffb6aec7008d6b882e62
10 changes: 1 addition & 9 deletions repro-android-sdk-0.13.3.pom → repro-android-sdk-0.13.15.pom
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.repro</groupId>
<artifactId>repro-android-sdk</artifactId>
<version>0.13.3</version>
<version>0.13.15</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>otto</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions repro-android-sdk-0.13.15.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20ad96a245b048851202498962f4d3fb
1 change: 1 addition & 0 deletions repro-android-sdk-0.13.15.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d734f7839fd6604370845c52d323d56634920262
Binary file removed repro-android-sdk-0.13.3.aar
Binary file not shown.
1 change: 0 additions & 1 deletion repro-android-sdk-0.13.3.aar.md5

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 804810a

Please sign in to comment.