Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit df046d9

Browse files
author
Benjamin Scholtysik (Reimold)
authored
Merge pull request #315 from bitstadium/release/5.0.3
Release/5.0.3
2 parents a1f7191 + da0ee3c commit df046d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://www.bitrise.io/app/562949a18404dad6/status.svg?token=IZE4w-D2xii7QjqvJVc51A&branch=master)](https://www.bitrise.io/app/562949a18404dad6)
22
[![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)
33

4-
## Version 5.0.2
4+
## Version 5.0.3
55

66
HockeySDK-Android implements support for using HockeyApp in your Android applications.
77

@@ -26,7 +26,7 @@ It is super easy to use HockeyApp in your Android app. Have a look at our [docum
2626

2727
Please visit [our landing page](https://support.hockeyapp.net/kb/client-integration-android) as a starting point for all of our documentation.
2828

29-
Please check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk), [change log](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.2), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.2/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting).
29+
Please check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk), [change log](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.3), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.3/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting).
3030

3131
## 3. Contributing
3232

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ allprojects {
3535

3636
ext {
3737
ARTIFACT_ID = 'HockeySDK'
38-
VERSION_NAME = '5.0.2'
39-
VERSION_CODE = 16
38+
VERSION_NAME = '5.0.3'
39+
VERSION_CODE = 17
4040
SITE_URL = 'https://github.com/bitstadium/hockeysdk-android'
4141
GIT_URL = 'https://github.com/bitstadium/HockeySDK-Android.git'
4242
BINTRAY_USER = HOCKEYAPP_BINTRAY_USER

0 commit comments

Comments
 (0)