Bump version to 1.2.11

This commit is contained in:
emanuele-f 2021-01-25 16:29:35 +01:00
parent 8bb3666702
commit 3f09d4b925
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.2.11] - 2021-01-25
- Fix empty apps list in Android 11
## [1.2.10] - 2021-01-23
- Ask confirmation when another VPNService is running
- Rework modules dependencies

View File

@ -7,8 +7,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 19
targetSdkVersion 30
versionCode 13
versionName "1.2.10"
versionCode 14
versionName "1.2.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {