Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Apr 23, 2023
1 parent b7a5963 commit a3b52da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.6.3] - 2023-04-23
- Add paid features activation via QR code for non-Play builds
- Fix firewall not working when loading duplicate domain rules
- Fix repeated local TCP connection attempts on some devices when private DNS is enabled
- Minor bug fixes

## [1.6.2] - 2023-03-31
- Update mitm addon to mitmproxy 9.0.1
- Add SOCKS5 authentication via username and password
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 33
versionCode 64
versionName "1.6.2"
versionCode 65
versionName "1.6.3"

buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
}
Expand Down

0 comments on commit a3b52da

Please sign in to comment.