Bump version to 1.7.2

This commit is contained in:
emanuele-f 2024-04-20 17:58:32 +02:00
parent abd7aae4e0
commit 014ee91ed2
2 changed files with 6 additions and 2 deletions

View File

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

View File

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