Skip to content

Commit 0ad102d

Browse files
committed
build info update.
1 parent cc7f509 commit 0ad102d

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project.ext {
66
appTargetSdk = 34
77
appCompiledSdk = 34
88
appBuildTool = "34.0.0"
9-
appVersionCode = 1569
10-
appVersionName = "3.80"
9+
appVersionCode = 1617
10+
appVersionName = "3.81"
1111
java = "17"
1212
}
1313

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v3.81(Mobile)
2+
* Fixed ChromeOS crash.
3+
* Fixed crash where plan SKU is not found on play store.
4+
* Fixed crash where favorite location is removed during latency check.
5+
* Allow special characters in the username field for login.
6+
* Dynamic listener port selection for ctrld.
7+
* Improved accuracy of select best location algorithm.
8+
* Added reset date to the "Out of Data" popup.
9+
* Added a link to the changelog in the info section.
10+
* Added missing flag keys.
11+
* Added Battery optimization app list exclusion permission popup.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v3.81(TV)
2+
* Fixed ChromeOS crash.
3+
* Fixed crash where plan SKU is not found on play store.
4+
* Fixed crash where favorite location is removed during latency check.
5+
* Allow special characters in the username field for login.
6+
* Dynamic listener port selection for ctrld.
7+
* Improved accuracy of select best location algorithm.
8+
* Added reset date to the "Out of Data" popup.
9+
* Added a link to the changelog in the info section.
10+
* Added missing flag keys.
11+
* Added Battery optimization app list exclusion permission popup.

mobile/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId rootProject.AppId
2727
minSdkVersion rootProject.appMinSdk
2828
targetSdkVersion rootProject.appTargetSdk
29-
versionName System.getenv().getOrDefault("VERSION_NAME", "3.80")
30-
versionCode 1569
29+
versionName System.getenv().getOrDefault("VERSION_NAME", "3.81")
30+
versionCode 1617
3131
vectorDrawables.useSupportLibrary = true
3232

3333
testInstrumentationRunner "com.windscribe.vpn.CustomRunner"

tv/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId rootProject.AppId
2727
minSdkVersion rootProject.appMinSdk
2828
targetSdkVersion rootProject.appTargetSdk
29-
versionName System.getenv().getOrDefault("VERSION_NAME", "3.80")
30-
versionCode 1570
29+
versionName System.getenv().getOrDefault("VERSION_NAME", "3.81")
30+
versionCode 1618
3131
vectorDrawables.useSupportLibrary = true
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)