Bump version to 1.2.2

This commit is contained in:
emanuele-f 2020-01-11 22:59:44 +01:00
parent cb3b34d697
commit d87387b326
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.2.2] - 2020-01-11
- Fix crash while clicking on the HTTP server URL
- Improve local HTTP server IP detection
## [1.2.1] - 2020-01-06
- New embedded HTTP server to easily download the PCAP from multiple devices
- Choose how to dump packets: HTTP server, UDP exporter, none.

View File

@ -7,8 +7,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 19
targetSdkVersion 29
versionCode 4
versionName "1.2.1"
versionCode 5
versionName "1.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {