Bump version to 1.4.1

This commit is contained in:
emanuele-f 2021-07-31 14:19:58 +02:00
parent 65ccbae6b0
commit 087fe24dec
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.4.1] - 2021-07-31
- Fix crash in some devices with PCAPdroid trailer
- Add ability to build on Windows
## [1.4.0] - 2021-07-20
- Ability to export app name to Wireshark (PCAPdroid trailer)
- Add apps details page with app metadata and permissions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 30
versionCode 33
versionName "1.4.0"
versionCode 35
versionName "1.4.1"
}
buildTypes {