diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf87165..a91bcc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.6.9] - 2023-12-04 +- Fix root capture start on some devices +- Fix root permission incorrectly requested on read from pcap file +- Fix capture control modal incorrectly shown +- Fix possible crash on null CaptureSettings +- Fix possible SecurityException while opening PCAP file + ## [1.6.8] - 2023-09-01 - Fix root capture/pcap loading in playstore build due to AAB packaging - Fix possible permission denied error on PCAP file open diff --git a/app/build.gradle b/app/build.gradle index cbbc2277..5daf21b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 33 - versionCode 71 - versionName "1.6.8" + versionCode 72 + versionName "1.6.9" buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L" }