From a1b6ec38ab36a0bcae32fa1dd733f4a119e3169e Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Mon, 4 Dec 2023 08:33:13 +0100 Subject: [PATCH] Bump version to 1.6.9 --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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" }