diff --git a/README.md b/README.md index 57f39a12e..bd42c4c7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/bitstadium/HockeySDK-Android.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Android) [![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net) -## Version 5.0.0-beta.1 +## Version 5.0.0 HockeySDK-Android implements support for using HockeyApp in your Android applications. @@ -26,7 +26,7 @@ It is super easy to use HockeyApp in your Android app. Have a look at our [docum Please visit [our landing page](https://support.hockeyapp.net/kb/client-integration-android) as a starting point for all of our documentation. -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.0-beta.1), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.0-beta.1/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting). +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.0), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.0/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting). ## 3. Contributing diff --git a/build.gradle b/build.gradle index 58b57884e..abf4d53d0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,8 @@ allprojects { ext { ARTIFACT_ID = 'HockeySDK' - VERSION_NAME = '5.0.0-beta.1' - VERSION_CODE = 13 + VERSION_NAME = '5.0.0' + VERSION_CODE = 14 SITE_URL = 'https://github.com/bitstadium/hockeysdk-android' GIT_URL = 'https://github.com/bitstadium/HockeySDK-Android.git' BINTRAY_USER = HOCKEYAPP_BINTRAY_USER