mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-14 21:00:37 +08:00
Bump version to 1.3.2
This commit is contained in:
parent
5e43340002
commit
9a32fabdf0
@ -2,6 +2,11 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.3.2] - 2021-03-09
|
||||
- Add ICMP connections support
|
||||
- Reduce app icons load time and RAM usage
|
||||
- Fix crash in Bitmap.createBitmap
|
||||
|
||||
## [1.3.1] - 2021-03-07
|
||||
- Fix startup crash before Oreo
|
||||
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 21
|
||||
versionName "1.3.1"
|
||||
versionCode 22
|
||||
versionName "1.3.2"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user