File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
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 1924
32+ versionCode 1929
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 1925
31+ versionCode 1930
3232 vectorDrawables. useSupportLibrary = true
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments