mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
Bump version to 1.7.1
This commit is contained in:
parent
9764809c85
commit
bc340af2be
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user