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