Bump version to 1.5.5

This commit is contained in:
emanuele-f 2022-08-25 21:12:16 +02:00
parent f16a55383c
commit 234bd21867
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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"
}