File tree 5 files changed +28
-6
lines changed
fastlane/metadata/android/en-US/changelogs
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ project.ext {
6
6
appTargetSdk = 34
7
7
appCompiledSdk = 34
8
8
appBuildTool = " 34.0.0"
9
- appVersionCode = 1569
10
- appVersionName = " 3.80 "
9
+ appVersionCode = 1617
10
+ appVersionName = " 3.81 "
11
11
java = " 17"
12
12
}
13
13
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
applicationId rootProject.AppId
27
27
minSdkVersion rootProject. appMinSdk
28
28
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
31
31
vectorDrawables. useSupportLibrary = true
32
32
33
33
testInstrumentationRunner " com.windscribe.vpn.CustomRunner"
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
applicationId rootProject.AppId
27
27
minSdkVersion rootProject. appMinSdk
28
28
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
31
31
vectorDrawables. useSupportLibrary = true
32
32
33
33
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments