Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Mar 28, 2024
1 parent 9764809 commit bc340af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.7.1] - 2024-03-28
- Add toggle for auto-reconnection on third-party VPN termination
- Fix uninstalled apps not removed from app filter
- Add IPv6 bytes stats (credits: myzhan)

## [1.7.0] - 2024-02-10
- Select multiple target apps
- Copy/export the connections payload
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdk 34
versionCode 73
versionName "1.7.0"
versionCode 74
versionName "1.7.1"

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

0 comments on commit bc340af

Please sign in to comment.