Skip to content

Commit 706c3fb

Browse files
committed
Bump to 1.2.2
1 parent d1e55c9 commit 706c3fb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2.2) (2020-04-22)
4+
5+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2.1...1.2.2)
6+
7+
**Merged pull requests:**
8+
9+
- Disable backup [\#71](https://github.com/thepracticaldev/DEV-Android/pull/71) ([maestromac](https://github.com/maestromac))
10+
- Adds native bridge ability to handle "copy to clipboard" requests from JS [\#70](https://github.com/thepracticaldev/DEV-Android/pull/70) ([fdoxyz](https://github.com/fdoxyz))
11+
- Add methods to implement native copy-to-clipboard functionality. [\#60](https://github.com/thepracticaldev/DEV-Android/pull/60) ([VarunBarad](https://github.com/VarunBarad))
12+
313
## [1.2.1](https://github.com/thepracticaldev/DEV-Android/tree/1.2.1) (2020-03-30)
414

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

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android.targetSdkVersion=28
77
android.compileSdkVersion=28
88
android.minSdkVersion=18
99
android.applicationId=to.dev.dev_android
10-
android.versionCode=5
11-
android.versionName=1.2.1
10+
android.versionCode=6
11+
android.versionName=1.2.2
1212

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

0 commit comments

Comments
 (0)