We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff457d8 commit d190e37Copy full SHA for d190e37
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
5
+## [1.8.1] - 2025-03-04
6
+- Fix crash on capture start if the geolocation db was downloaded
7
+
8
## [1.8.0] - 2025-03-03
9
- Android 15 support with edge-to-edge UI
10
- Decrypt TLS traffic in PCAP/Pcapng files (Wireshark integration)
app/build.gradle
@@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 35
targetSdk 35
11
- versionCode 79
12
- versionName "1.8.0"
+ versionCode 80
+ versionName "1.8.1"
13
14
// only include full translations
15
// NOTE: keep in sync with locales_config.xml
0 commit comments