Bump version to 1.6.1

This commit is contained in:
emanuele-f 2023-02-10 08:41:41 +01:00
parent 03d82170d6
commit af6e41be7f
2 changed files with 6 additions and 2 deletions

View File

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

View File

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