Skip to content

Commit

Permalink
Bump version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Aug 25, 2022
1 parent f16a553 commit 234bd21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 234bd21

Please sign in to comment.