Skip to content

Commit 7e54cbf

Browse files
committed
Bump to 1.3.1
1 parent e6be286 commit 7e54cbf

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/thepracticaldev/DEV-Android/tree/1.3.1) (2020-04-30)
4+
5+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.3...1.3.1)
6+
7+
**Merged pull requests:**
8+
9+
- Reverts changes made to AndroidManifest.xml [\#74](https://github.com/thepracticaldev/DEV-Android/pull/74) ([fdoxyz](https://github.com/fdoxyz))
10+
311
## [1.3](https://github.com/thepracticaldev/DEV-Android/tree/1.3) (2020-04-24)
412

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

715
**Merged pull requests:**
816

917
- Adds Pusher beams and code that enables push notifications handling [\#68](https://github.com/thepracticaldev/DEV-Android/pull/68) ([fdoxyz](https://github.com/fdoxyz))
18+
- Add a bridge between WebView JavaScript and native Android code. [\#53](https://github.com/thepracticaldev/DEV-Android/pull/53) ([VarunBarad](https://github.com/VarunBarad))
1019

1120
## [1.2.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2.2) (2020-04-22)
1221

@@ -48,7 +57,6 @@
4857
- Adding 'when' to substitute if [\#56](https://github.com/thepracticaldev/DEV-Android/pull/56) ([sierisimo](https://github.com/sierisimo))
4958
- The 'clean' task is already present [\#55](https://github.com/thepracticaldev/DEV-Android/pull/55) ([sierisimo](https://github.com/sierisimo))
5059
- Updating versions to latest [\#54](https://github.com/thepracticaldev/DEV-Android/pull/54) ([sierisimo](https://github.com/sierisimo))
51-
- Add a bridge between WebView JavaScript and native Android code. [\#53](https://github.com/thepracticaldev/DEV-Android/pull/53) ([VarunBarad](https://github.com/VarunBarad))
5260
- Bug/save webview state retain history [\#52](https://github.com/thepracticaldev/DEV-Android/pull/52) ([sduduzog](https://github.com/sduduzog))
5361
- Refactor and clean-up build [\#50](https://github.com/thepracticaldev/DEV-Android/pull/50) ([jmfayard](https://github.com/jmfayard))
5462
- Add detekt static analysis [\#47](https://github.com/thepracticaldev/DEV-Android/pull/47) ([xuhaibahmad](https://github.com/xuhaibahmad))
@@ -60,6 +68,7 @@
6068
- Moving code into JDK8 [\#40](https://github.com/thepracticaldev/DEV-Android/pull/40) ([sierisimo](https://github.com/sierisimo))
6169
- Clear history when returning to home [\#39](https://github.com/thepracticaldev/DEV-Android/pull/39) ([robertoissc](https://github.com/robertoissc))
6270
- fix: Fixes issue to launch file chooser every time [\#34](https://github.com/thepracticaldev/DEV-Android/pull/34) ([subbramanil](https://github.com/subbramanil))
71+
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([msfjarvis](https://github.com/msfjarvis))
6372

6473
## [1.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2) (2019-05-30)
6574

@@ -76,7 +85,6 @@
7685
- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([msfjarvis](https://github.com/msfjarvis))
7786
- Feature/Moving `main url` out of `strings.xml` [\#27](https://github.com/thepracticaldev/DEV-Android/pull/27) ([VarunBarad](https://github.com/VarunBarad))
7887
- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil))
79-
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([msfjarvis](https://github.com/msfjarvis))
8088

8189
## [1.1](https://github.com/thepracticaldev/DEV-Android/tree/1.1) (2019-04-30)
8290

gradle.properties

Lines changed: 2 additions & 2 deletions
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=7
12-
android.versionName=1.3
11+
android.versionCode=8
12+
android.versionName=1.3.1
1313

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

0 commit comments

Comments
 (0)