diff --git a/CHANGELOG.md b/CHANGELOG.md index c8456fb6..712a9daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases -## [1.2.14] - 2021-02-20 +## [1.2.16] - 2021-02-23 +- Fix non-selectable text in connections details +- Fix start button not working on first app run + +## [1.2.15] - 2021-02-20 - Improve connections stability - Report fatal native errors to the user -## [1.2.13] - 2021-02-14 +## [1.2.14] - 2021-02-14 - Fix DNS resolution not working when an IPv6 DNS server is configured ## [1.2.13] - 2021-02-12 diff --git a/app/build.gradle b/app/build.gradle index f8b12108..97698eac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 30 - versionCode 18 - versionName "1.2.15" + versionCode 19 + versionName "1.2.16" } buildTypes {