Bump version to 1.5.4

This commit is contained in:
emanuele-f 2022-08-04 21:19:03 +02:00
parent 7e230f125b
commit c48aacae81
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.5.4] - 2022-08-04
- Unblock newly installed apps via notification action (firewall)
- Fix context menu action possibly applied to wrong item
- Fix ICMPv6 not captured with root and app filter
- Fix package search with uppercase letters
- Fix PCAP file selection dialog sometimes not appearing
## [1.5.3] - 2022-07-13
- Add support for Android 13 Tiramisu
- Add VPN exemptions to exclude specific apps from the VPN

View File

@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 33
versionCode 57
versionName "1.5.3"
versionCode 58
versionName "1.5.4"
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
}