mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-11 21:01:45 +08:00
Bump version to 1.8.1
This commit is contained in:
parent
ff457d8876
commit
d190e372f0
@ -2,6 +2,9 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.8.1] - 2025-03-04
|
||||
- Fix crash on capture start if the geolocation db was downloaded
|
||||
|
||||
## [1.8.0] - 2025-03-03
|
||||
- Android 15 support with edge-to-edge UI
|
||||
- Decrypt TLS traffic in PCAP/Pcapng files (Wireshark integration)
|
||||
|
||||
@ -8,8 +8,8 @@ android {
|
||||
minSdkVersion 21
|
||||
compileSdk 35
|
||||
targetSdk 35
|
||||
versionCode 79
|
||||
versionName "1.8.0"
|
||||
versionCode 80
|
||||
versionName "1.8.1"
|
||||
|
||||
// only include full translations
|
||||
// NOTE: keep in sync with locales_config.xml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user