Skip to content

Commit

Permalink
Bump version to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Jan 25, 2021
1 parent 8bb3666 commit 3f09d4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f09d4b

Please sign in to comment.