Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maestromac committed Apr 22, 2020
1 parent d1e55c9 commit 706c3fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [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)

**Merged pull requests:**

- Disable backup [\#71](https://github.com/thepracticaldev/DEV-Android/pull/71) ([maestromac](https://github.com/maestromac))
- 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))
- Add methods to implement native copy-to-clipboard functionality. [\#60](https://github.com/thepracticaldev/DEV-Android/pull/60) ([VarunBarad](https://github.com/VarunBarad))

## [1.2.1](https://github.com/thepracticaldev/DEV-Android/tree/1.2.1) (2020-03-30)

[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2...1.2.1)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android.targetSdkVersion=28
android.compileSdkVersion=28
android.minSdkVersion=18
android.applicationId=to.dev.dev_android
android.versionCode=5
android.versionName=1.2.1
android.versionCode=6
android.versionName=1.2.2

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

Expand Down

0 comments on commit 706c3fb

Please sign in to comment.