Bump version to 1.8.8
Some checks failed
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled

This commit is contained in:
emanuele-f 2025-09-03 09:24:42 +02:00
parent c88b846da7
commit 18742aaa14
2 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.8.8] - 2025-09-03
- Support 16 KB page size devices
- Make PCAP/CSV file name prefix configurable
- Fix possible invalid Pcapng block length with root
- New API options: full_payload, keylog filename, decryption rules (credits: c4rl2s0n)
## [1.8.7] - 2025-07-24
- Minor fixes
- Update billing library (Play build)

View File

@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 35
targetSdk 35
versionCode 88
versionName "1.8.7"
versionCode 89
versionName "1.8.8"
// only include full translations
// NOTE: keep in sync with locales_config.xml