diff --git a/CHANGELOG.md b/CHANGELOG.md index 4279ede..c1cd388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3](https://github.com/thepracticaldev/DEV-Android/tree/1.3) (2020-04-24) + +[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2.2...1.3) + +**Merged pull requests:** + +- Adds Pusher beams and code that enables push notifications handling [\#68](https://github.com/thepracticaldev/DEV-Android/pull/68) ([fdoxyz](https://github.com/fdoxyz)) + ## [1.2.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2.2) (2020-04-22) [Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2.1...1.2.2) diff --git a/gradle.properties b/gradle.properties index 2194105..3bb7391 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,8 +8,8 @@ android.targetSdkVersion=28 android.compileSdkVersion=28 android.minSdkVersion=18 android.applicationId=to.dev.dev_android -android.versionCode=6 -android.versionName=1.2.2 +android.versionCode=7 +android.versionName=1.3 # Keep in sync with buildSrc/build.gradle.kts