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