Skip to content

Commit e6d3f18

Browse files
committed
Bump version to 1.8
1 parent 093d55b commit e6d3f18

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "ru.krlvm.powertunnel.android"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 15
12-
versionName "1.7.1"
11+
versionCode 16
12+
versionName "1.8"
1313
multiDexEnabled true
1414

1515
externalNativeBuild {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
New features:
2+
- You can start PowerTunnel using quick settings tile now. This feature requires Android 7 and higher.
3+
4+
Improvements:
5+
- Added notification that can be used to stop PowerTunnel
6+
- Improved performance and memory usage
7+
- Improved user interface
8+
9+
Bugfixes:
10+
- Fixed an issue with certificate installer
11+
- Fixed an issue when the PowerTunnel logo was showing in low resolution

new_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15;1.7.1;16
1+
16;1.7.1;16

0 commit comments

Comments
 (0)