Skip to content

Commit e2a675c

Browse files
committed
update release info.
1 parent a29070b commit e2a675c

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-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 = 1924
9+
appVersionCode = 1929
1010
appVersionName = "3.95"
1111
java = "17"
1212
}
File renamed without changes.
File renamed without changes.

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", rootProject.appVersionName)
32-
versionCode 1924
32+
versionCode 1929
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", rootProject.appVersionName)
31-
versionCode 1925
31+
versionCode 1930
3232
vectorDrawables.useSupportLibrary = true
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)