diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e9b42e..07012813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.2.3] - 2020-02-19 +- Add polish translation (Atrate ) +- 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 diff --git a/app/build.gradle b/app/build.gradle index 1ee323af..d09835eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {