From 234bd2186771efb14dda197b97351999d52ef735 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Thu, 25 Aug 2022 21:12:16 +0200 Subject: [PATCH] Bump version to 1.5.5 --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f032deb9..b57c0e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.5.5] - 2022-08-25 +- You can now buy unlock tokens to access paid features in non-Play builds +- Fix minor crashes and ANR +- Fix JNI leaks and prevent local references overflow +- Fix deprecations + ## [1.5.4] - 2022-08-04 - Unblock newly installed apps via notification action (firewall) - Fix context menu action possibly applied to wrong item diff --git a/app/build.gradle b/app/build.gradle index aaaffa1d..92580c53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 33 - versionCode 59 - versionName "1.5.4" + versionCode 60 + versionName "1.5.5" buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L" }