File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ project.ext {
66 appTargetSdk = 35
77 appCompiledSdk = 35
88 appBuildTool = " 35.0.0"
9- appVersionCode = 1777
10- appVersionName = " 3.91 "
9+ appVersionCode = 1811
10+ appVersionName = " 3.92 "
1111 java = " 17"
1212}
1313
Original file line number Diff line number Diff line change 1+ v3.92(Mobile)
2+ * Added Clean option to advanced parameters.
3+ * Updated WireGuard backend for faster connection times.
4+ * Added haptic feedback to connect/disconnect actions.
5+ * Improved protocol change popup UI and scrolling behavior.
6+ * Added fallback display for IP/network blur when blur effects are unavailable.
7+ * Updated navigation bar color to better match the app theme.
8+ * Enhanced server list UI with minor updates.
9+ * Fixed double-clicking the protocol change cancel button causing an empty screen.
10+ * Fixed issue where the settings popup wouldn't show after denying location permission.
11+ * Fixed missing split routing icon on the connected ring.
12+ * Fixed haptic feedback not working on older devices.
13+ * Fixed long network names overlapping each other.
14+ * Fixed decoy traffic not working under specific conditions.
15+ * Fixed various potential crashes.
Original file line number Diff line number Diff line change 1+ v3.92(TV)
2+ * Updated WireGuard backend for faster connection times.
3+ * Fixed various potential crashes.
Original file line number Diff line number Diff 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 1777
32+ versionCode 1811
3333 vectorDrawables. useSupportLibrary = true
3434
3535 testInstrumentationRunner " com.windscribe.vpn.CustomRunner"
Original file line number Diff line number Diff 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 1778
31+ versionCode 1812
3232 vectorDrawables. useSupportLibrary = true
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments