mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Bump version to 1.6.1
This commit is contained in:
parent
03d82170d6
commit
af6e41be7f
@ -2,6 +2,10 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.6.1] - 2023-02-10
|
||||
- Fix Android TV navigation
|
||||
- Fix minor crashes
|
||||
|
||||
## [1.6.0] - 2023-01-16
|
||||
- Add firewall whitelist mode: block everything, unless whitelisted
|
||||
- Add pcapng format: removes the need for a separate SSLKEYLOG (paid feature)
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 62
|
||||
versionName "1.6.0"
|
||||
versionCode 63
|
||||
versionName "1.6.1"
|
||||
|
||||
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user