File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 1.2.2] ( https://github.com/thepracticaldev/DEV-Android/tree/1.2.2 ) (2020-04-22)
4
12
5
13
[ Full Changelog] ( https://github.com/thepracticaldev/DEV-Android/compare/1.2.1...1.2.2 )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android.targetSdkVersion=28
8
8
android.compileSdkVersion =28
9
9
android.minSdkVersion =18
10
10
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
13
13
14
14
# Keep in sync with buildSrc/build.gradle.kts
15
15
You can’t perform that action at this time.
0 commit comments