Skip to content

Commit

Permalink
release note update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginder-Singh committed Jul 9, 2023
1 parent 44b582e commit df08e83
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project.ext {
appTargetSdk = 33
appCompiledSdk = 33
appBuildTool = "33.0.2"
appVersionCode = 1207
appVersionName = "3.73"
appVersionCode = 1209
appVersionName = "3.74"

}

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1209.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Build 3.74.1209 (Mobile)
Build 3.74.1210 (TV)
* Fixed Wireguard + allow lan ipv6 leak.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Build 3.74.1209 (Mobile)
Build 3.74.1210 (TV)
* Fixed Wireguard + allow lan ipv6 leak.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId rootProject.AppId
minSdkVersion rootProject.appMinSdk
targetSdkVersion rootProject.appTargetSdk
versionName System.getenv().getOrDefault("VERSION_NAME", "3.73")
versionCode 1207
versionName System.getenv().getOrDefault("VERSION_NAME", "3.74")
versionCode 1209
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "com.windscribe.vpn.CustomRunner"
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="LockedOrientationActivity"
android:versionCode="1207"
android:versionCode="1209"
>

<application
Expand Down
4 changes: 2 additions & 2 deletions tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId rootProject.AppId
minSdkVersion rootProject.appMinSdk
targetSdkVersion rootProject.appTargetSdk
versionName System.getenv().getOrDefault("VERSION_NAME", "3.73")
versionCode 1208
versionName System.getenv().getOrDefault("VERSION_NAME", "3.74")
versionCode 1210
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion tv/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1208"
android:versionCode="1210"
>

<uses-feature
Expand Down

0 comments on commit df08e83

Please sign in to comment.