We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39349ae commit 017c5d5Copy full SHA for 017c5d5
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
5
+## [1.8.7] - 2025-07-24
6
+- Minor fixes
7
+- Update billing library (Play build)
8
+
9
## [1.8.6] - 2025-05-13
10
- Add TCP exporter dump mode (pcap-over-ip)
11
- Allow PCAPdroid capture control without prompt via API key
app/build.gradle
@@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 35
targetSdk 35
- versionCode 86
12
- versionName "1.8.6"
+ versionCode 88
+ versionName "1.8.7"
13
14
// only include full translations
15
// NOTE: keep in sync with locales_config.xml
0 commit comments