File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
4
5
+ ## [ 1.8.1] - 2025-03-04
6
+ - Fix crash on capture start if the geolocation db was downloaded
7
+
5
8
## [ 1.8.0] - 2025-03-03
6
9
- Android 15 support with edge-to-edge UI
7
10
- Decrypt TLS traffic in PCAP/Pcapng files (Wireshark integration)
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
minSdkVersion 21
17
17
compileSdk 35
18
18
targetSdk 35
19
- versionCode 79
20
- versionName " 1.8.0 "
19
+ versionCode 80
20
+ versionName " 1.8.1 "
21
21
22
22
// only include full translations
23
23
// NOTE: keep in sync with locales_config.xml
Original file line number Diff line number Diff line change 4
4
5
5
# some classes are required by the native code, keep them all for now
6
6
-keep class com.emanuelef.remote_capture.** { *; }
7
- -keep class com.pcapdroid.mitm.** { *; }
7
+ -keep class com.pcapdroid.mitm.** { *; }
8
+ -keep class com.maxmind.db.** { *; }
You can’t perform that action at this time.
0 commit comments