Skip to content

Commit

Permalink
Bump version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Oct 18, 2020
1 parent 6165245 commit 6e69b5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ru.krlvm.powertunnel.android"
minSdkVersion 16
targetSdkVersion 29
versionCode 17
versionName "1.8.1"
versionCode 18
versionName "1.8.2"
multiDexEnabled true

externalNativeBuild {
Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
We have resolved a bug where we were offering an outdated version for download.

Bugfixes:
- Fixed an issue when using Quick Tile led to crash
- Fixed some user interface bugs
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Improvements:
- Now you can switch to PowerTunnel VPN directly from Quick Settings without needing to open the app

Bugfixes:
- Fixed an issue when PowerTunnel didn't start from Quick Tile if is in proxy mode
2 changes: 1 addition & 1 deletion new_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17;1.8.1;16
18;1.8.2;16

0 comments on commit 6e69b5d

Please sign in to comment.