Skip to content

Commit

Permalink
Bump version to 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Feb 14, 2021
1 parent 3235c03 commit 219222a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Releases available at https://github.com/emanuele-f/PCAPdroid/releases

## [1.2.13] - 2021-02-14
- Fix DNS resolution not working when an IPv6 DNS server is configured

## [1.2.13] - 2021-02-12
- More sockets checks to prevent crashes
- Add stats view with traffic and debug information
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 30
versionCode 16
versionName "1.2.13"
versionCode 17
versionName "1.2.14"
}

buildTypes {
Expand Down

0 comments on commit 219222a

Please sign in to comment.