Skip to content

Commit d190e37

Browse files
committed
Bump version to 1.8.1
1 parent ff457d8 commit d190e37

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
44

5+
## [1.8.1] - 2025-03-04
6+
- Fix crash on capture start if the geolocation db was downloaded
7+
58
## [1.8.0] - 2025-03-03
69
- Android 15 support with edge-to-edge UI
710
- Decrypt TLS traffic in PCAP/Pcapng files (Wireshark integration)

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 21
99
compileSdk 35
1010
targetSdk 35
11-
versionCode 79
12-
versionName "1.8.0"
11+
versionCode 80
12+
versionName "1.8.1"
1313

1414
// only include full translations
1515
// NOTE: keep in sync with locales_config.xml

0 commit comments

Comments
 (0)