diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fbf3dc..6b868203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.8.7] - 2025-07-24 +- Minor fixes +- Update billing library (Play build) + ## [1.8.6] - 2025-05-13 - Add TCP exporter dump mode (pcap-over-ip) - Allow PCAPdroid capture control without prompt via API key diff --git a/app/build.gradle b/app/build.gradle index 53743f2d..e7067411 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { minSdkVersion 21 compileSdk 35 targetSdk 35 - versionCode 86 - versionName "1.8.6" + versionCode 88 + versionName "1.8.7" // only include full translations // NOTE: keep in sync with locales_config.xml