Skip to content

Commit

Permalink
release: 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Feb 21, 2016
1 parent adac12d commit 3db0f54
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.14.5 (2016/02/21)

## Features

- Add crash reporting
- New In-App Message
- Enables to choose Dialog type
- Enables to use two buttons in message

## Changes

- Deprecate `track(Sgtring JSONObject)` API
- Use `track(String, Map<String, Object>)` instead

## Bug Fixes

- Fix crashes when the application goes foreground
- Fix crashes while preparing GL
- Fix the bug where the old session data wan't removed correctly

# 0.13.22 (2016/02/11)

## Changes
Expand Down
3 changes: 2 additions & 1 deletion maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<version>0.13.15</version>
<version>0.13.18</version>
<version>0.13.22</version>
<version>0.14.5</version>
</versions>
<lastUpdated>20160211063233</lastUpdated>
<lastUpdated>20160221133730</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 @@
ced1b7b451aec87bb1e899ce8f9c10f9
8e3d5543901a098bd503fc2ef6087288
2 changes: 1 addition & 1 deletion maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
32c8ac959f187fbc439e10695ac2ff754f50baf7
d33f9e92dccb41b276d77406684445a7b9150be4
Binary file removed repro-android-sdk-0.13.22.aar
Binary file not shown.
1 change: 0 additions & 1 deletion repro-android-sdk-0.13.22.aar.md5

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Binary file added repro-android-sdk-0.14.5.aar
Binary file not shown.
1 change: 1 addition & 0 deletions repro-android-sdk-0.14.5.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22449235ceceef9b6f046f2375b6d84d
1 change: 1 addition & 0 deletions repro-android-sdk-0.14.5.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a5fe3f149216c936219ca29bb9f89307208d0051
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.repro</groupId>
<artifactId>repro-android-sdk</artifactId>
<version>0.13.22</version>
<version>0.14.5</version>
<packaging>aar</packaging>
</project>
1 change: 1 addition & 0 deletions repro-android-sdk-0.14.5.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0a36f659bbe1a4d3bf7f0b69af14335d
1 change: 1 addition & 0 deletions repro-android-sdk-0.14.5.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aee35fbd85116c0e8e173bb1db8266a6556a4be2

0 comments on commit 3db0f54

Please sign in to comment.