Bump version to 1.3.2

This commit is contained in:
emanuele-f 2021-03-09 16:34:54 +01:00
parent 5e43340002
commit 9a32fabdf0
2 changed files with 7 additions and 2 deletions

View File

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

View File

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