Skip to content

Commit

Permalink
Bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Apr 20, 2024
1 parent abd7aae commit 014ee91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 74
versionName "1.7.1"
versionCode 75
versionName "1.7.2"

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

0 comments on commit 014ee91

Please sign in to comment.