Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Oct 15, 2024
1 parent 070eb19 commit caced7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.7.4] - 2024-10-16
- Fix root capture start in some non-magisk su binaries (credits: jackyzy823)
- The mitm addon now uses mitmproxy 11
- Include the package name in the CSV output (credits: Chris Vanstone)

## [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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdk 34
versionCode 76
versionName "1.7.3"
versionCode 77
versionName "1.7.4"

// only include full translations
// NOTE: keep in sync with locales_config.xml
Expand Down

0 comments on commit caced7d

Please sign in to comment.