Skip to content

Commit 9588cb0

Browse files
committed
updated build info.
1 parent 5520adc commit 9588cb0

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project.ext {
66
appTargetSdk = 35
77
appCompiledSdk = 35
88
appBuildTool = "35.0.0"
9-
appVersionCode = 1691
9+
appVersionCode = 1737
1010
appVersionName = "3.90"
1111
java = "17"
1212
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v3.90(Mobile)
2+
* Redesigned app UI.
3+
* Added support for login with apple account.
4+
* Added two-stage login with CAPTCHA
5+
* Support for custom wallpapers and custom sounds for connecting and disconnecting
6+
* Users can now rename location names for personalization
7+
* Improved date formatting for notifications
8+
* Several minor performance and stability enhancements
9+
* Upgraded gradle to 8.6
10+
* Upgraded target SDK to 35
11+
* Upgraded WSNet to 2.16.5
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v3.90(TV)
2+
* Several minor performance and stability enhancements
3+
* Upgraded gradle to 8.6
4+
* Upgraded target SDK to 35
5+
* Upgraded WSNet to 2.16.5

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
minSdkVersion rootProject.appMinSdk
3030
targetSdkVersion rootProject.appTargetSdk
3131
versionName System.getenv().getOrDefault("VERSION_NAME", "3.90")
32-
versionCode 1691
32+
versionCode 1737
3333
vectorDrawables.useSupportLibrary = true
3434

3535
testInstrumentationRunner "com.windscribe.vpn.CustomRunner"

tv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
minSdkVersion rootProject.appMinSdk
2929
targetSdkVersion rootProject.appTargetSdk
3030
versionName System.getenv().getOrDefault("VERSION_NAME", "3.90")
31-
versionCode 1692
31+
versionCode 1738
3232
vectorDrawables.useSupportLibrary = true
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)