diff --git a/CHANGELOG.md b/CHANGELOG.md index f032deb9e..b57c0e325 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 aaaffa1d3..92580c539 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" }