mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
Bump version to 1.8.4
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.8.4] - 2025-03-23
|
||||
- Fix possible unaligned memory access on ARMv7 in libndpi.so (is_stun)
|
||||
- Fix minor crashes on specific devices
|
||||
- Remove BUILD_TIME for reproducible F-Droid builds
|
||||
- Change icons and add banners according to the Android TV guidelines
|
||||
- Update translations
|
||||
|
||||
## [1.8.3] - 2025-03-08
|
||||
- Fix crash when adding a protocol filter
|
||||
- Fix possible Skus deserialization errors (Play build)
|
||||
|
||||
+2
-2
@@ -8,8 +8,8 @@ android {
|
||||
minSdkVersion 21
|
||||
compileSdk 35
|
||||
targetSdk 35
|
||||
versionCode 83
|
||||
versionName "1.8.3"
|
||||
versionCode 84
|
||||
versionName "1.8.4"
|
||||
|
||||
// only include full translations
|
||||
// NOTE: keep in sync with locales_config.xml
|
||||
|
||||
Reference in New Issue
Block a user