Skip to content

Commit 9e3b406

Browse files
committed
Bump to 1.3
1 parent ccf4aa2 commit 9e3b406

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3](https://github.com/thepracticaldev/DEV-Android/tree/1.3) (2020-04-24)
4+
5+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2.2...1.3)
6+
7+
**Merged pull requests:**
8+
9+
- Adds Pusher beams and code that enables push notifications handling [\#68](https://github.com/thepracticaldev/DEV-Android/pull/68) ([fdoxyz](https://github.com/fdoxyz))
10+
311
## [1.2.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2.2) (2020-04-22)
412

513
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2.1...1.2.2)

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android.targetSdkVersion=28
88
android.compileSdkVersion=28
99
android.minSdkVersion=18
1010
android.applicationId=to.dev.dev_android
11-
android.versionCode=6
12-
android.versionName=1.2.2
11+
android.versionCode=7
12+
android.versionName=1.3
1313

1414
# Keep in sync with buildSrc/build.gradle.kts
1515

0 commit comments

Comments
 (0)