mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Bump version to 1.7.2
This commit is contained in:
parent
abd7aae4e0
commit
014ee91ed2
@ -2,6 +2,10 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.7.2] - 2024-04-20
|
||||
- Fix broken PCAP file loading feature
|
||||
- Minor enhancements
|
||||
|
||||
## [1.7.1] - 2024-03-28
|
||||
- Add toggle for auto-reconnection on third-party VPN termination
|
||||
- Fix uninstalled apps not removed from app filter
|
||||
|
||||
@ -8,8 +8,8 @@ android {
|
||||
minSdkVersion 21
|
||||
compileSdk 34
|
||||
targetSdk 34
|
||||
versionCode 74
|
||||
versionName "1.7.1"
|
||||
versionCode 75
|
||||
versionName "1.7.2"
|
||||
|
||||
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user