Bump version to 1.7.1

This commit is contained in:
emanuele-f 2024-03-28 21:43:40 +01:00
parent 9764809c85
commit bc340af2be
2 changed files with 7 additions and 2 deletions

View File

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

View File

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