mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
Bump version to 1.5.5
This commit is contained in:
parent
f16a55383c
commit
234bd21867
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user