Skip to content

Commit e026631

Browse files
committed
updated version info.
1 parent def01c0 commit e026631

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-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 = 34
77
appCompiledSdk = 34
88
appBuildTool = "34.0.0"
9-
appVersionCode = 1645
9+
appVersionCode = 1647
1010
appVersionName = "3.82"
1111
java = "17"
1212
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v3.82(Mobile)
2+
* Fixed login crash.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v3.82(TV)
2+
* Fixed login crash.

mobile/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.82")
31-
versionCode 1645
31+
versionCode 1647
3232
vectorDrawables.useSupportLibrary = true
3333

3434
testInstrumentationRunner "com.windscribe.vpn.CustomRunner"

tv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
minSdkVersion rootProject.appMinSdk
2828
targetSdkVersion rootProject.appTargetSdk
2929
versionName System.getenv().getOrDefault("VERSION_NAME", "3.82")
30-
versionCode 1646
30+
versionCode 1648
3131
vectorDrawables.useSupportLibrary = true
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)