Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Oct 17, 2020
1 parent 093d55b commit e6d3f18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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 15
versionName "1.7.1"
versionCode 16
versionName "1.8"
multiDexEnabled true

externalNativeBuild {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
New features:
- You can start PowerTunnel using quick settings tile now. This feature requires Android 7 and higher.

Improvements:
- Added notification that can be used to stop PowerTunnel
- Improved performance and memory usage
- Improved user interface

Bugfixes:
- Fixed an issue with certificate installer
- Fixed an issue when the PowerTunnel logo was showing in low resolution
2 changes: 1 addition & 1 deletion new_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15;1.7.1;16
16;1.7.1;16

0 comments on commit e6d3f18

Please sign in to comment.