Bump version to 1.2.3

This commit is contained in:
emanuele-f 2020-02-19 20:36:59 +01:00
parent 566eecf4b9
commit a4c67ffa16
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.2.3] - 2020-02-19
- Add polish translation (Atrate <Atrate@protonmail.com>)
- Add more compact layout for screens lower than 480dp
- JNI crashes fixes
## [1.2.2] - 2020-01-11
- Fix crash while clicking on the HTTP server URL
- Improve local HTTP server IP detection

View File

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