Skip to content

Commit

Permalink
Bump version to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Sep 1, 2023
1 parent 2360dd3 commit 197ca23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Releases available at https://github.com/emanuele-f/PCAPdroid/releases

## [1.6.8] - 2023-09-01
- Fix root capture/pcap loading in playstore build due to AAB packaging
- Fix possible permission denied error on PCAP file open

## [1.6.7] - 2023-08-31
- Fix root capture start failure due to short timeout
- Fix NumberFormatException in PCAP open / CSV export
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 33
versionCode 69
versionName "1.6.7"
versionCode 71
versionName "1.6.8"

buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
}
Expand Down

0 comments on commit 197ca23

Please sign in to comment.