Skip to content

Commit

Permalink
added 3.75 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginder-Singh committed Jan 27, 2024
1 parent f9b00cb commit 8309e87
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project.ext {
appTargetSdk = 33
appCompiledSdk = 33
appBuildTool = "33.0.2"
appVersionCode = 1281
appVersionCode = 1297
appVersionName = "3.75"

}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1297.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Build 3.75.1297 (Mobile)
Build 3.75.1298 (TV)
* Fixed older android devices(7.1.1 and below) not connecting via IKEv2
* Fixed Custom background image not working correctly.
* Fixed unable to scroll network list.
* Updated 10 GBPS icon.
* Added auto connect toggle.
* Added adaptive and themed icon support.
* Updated splash screen.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1298.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Build 3.75.1297 (Mobile)
Build 3.75.1298 (TV)
* Fixed older android devices(7.1.1 and below) not connecting via IKEv2
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId rootProject.AppId
minSdkVersion rootProject.appMinSdk
targetSdkVersion rootProject.appTargetSdk
versionName System.getenv().getOrDefault("VERSION_NAME", "3.74")
versionCode 1207
versionName System.getenv().getOrDefault("VERSION_NAME", "3.75")
versionCode 1297
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "com.windscribe.vpn.CustomRunner"
Expand Down
4 changes: 2 additions & 2 deletions tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId rootProject.AppId
minSdkVersion rootProject.appMinSdk
targetSdkVersion rootProject.appTargetSdk
versionName System.getenv().getOrDefault("VERSION_NAME", "3.74")
versionCode 1208
versionName System.getenv().getOrDefault("VERSION_NAME", "3.75")
versionCode 1298
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8309e87

Please sign in to comment.