mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-05 21:04:28 +08:00
Bump version to 1.8.8
This commit is contained in:
parent
c88b846da7
commit
18742aaa14
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user