Bump version to 1.7.3
Some checks failed
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled

This commit is contained in:
emanuele-f 2024-09-07 10:51:58 +02:00
parent ec8f4a3cac
commit dc3bb39168
2 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,14 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.7.3] - 2024-09-07
- Allow setting the app language from the system (for Android 13+)
- Mitm addon v1.2: allow public files write, fix enabled addons reset, fix addons reload
- You can now use a compatible mitm addon with the same major version
- Detect always-on VPN enabled after capture start
- Catch possible crash in getUserBadgedIcon in Android 8
- Disable unfinished languages: fr, ja, ko, nb, pl, pt
## [1.7.2] - 2024-04-20
- Fix broken PCAP file loading feature
- Minor enhancements

View File

@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdk 34
versionCode 75
versionName "1.7.2"
versionCode 76
versionName "1.7.3"
// only include full translations
// NOTE: keep in sync with locales_config.xml