Bump version to 1.2.16

This commit is contained in:
emanuele-f 2021-02-23 12:40:59 +01:00
parent 5d777851e3
commit 12300835fe
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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 {