Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update build numbers for mobile v2.2.258 #3205

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 709
versionName "2.2.251"
versionCode 716
versionName "2.2.258"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
8 changes: 4 additions & 4 deletions ios/GaloyApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 696;
CURRENT_PROJECT_VERSION = 703;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AYPCPV46WW;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = AYPCPV46WW;
Expand All @@ -481,7 +481,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.251;
MARKETING_VERSION = 2.2.258;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -507,7 +507,7 @@
CODE_SIGN_ENTITLEMENTS = GaloyApp/GaloyApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 696;
CURRENT_PROJECT_VERSION = 703;
DEVELOPMENT_TEAM = AYPCPV46WW;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = AYPCPV46WW;
ENABLE_BITCODE = NO;
Expand All @@ -516,7 +516,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.251;
MARKETING_VERSION = 2.2.258;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/GaloyApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>696</string>
<string>703</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
Loading