Skip to content

Commit

Permalink
chore: update build numbers for mobile v2.2.277 (#3312)
Browse files Browse the repository at this point in the history
Co-authored-by: CI Bot <[email protected]>
galoybot-app[bot] and galoybot authored Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 63f8cae commit 00e730f
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -90,8 +90,8 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 727
versionName "2.2.269"
versionCode 735
versionName "2.2.277"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
8 changes: 4 additions & 4 deletions ios/GaloyApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -473,7 +473,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 714;
CURRENT_PROJECT_VERSION = 722;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AYPCPV46WW;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = AYPCPV46WW;
@@ -483,7 +483,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.269;
MARKETING_VERSION = 2.2.277;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -510,7 +510,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 714;
CURRENT_PROJECT_VERSION = 722;
DEVELOPMENT_TEAM = AYPCPV46WW;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = AYPCPV46WW;
ENABLE_BITCODE = NO;
@@ -519,7 +519,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.269;
MARKETING_VERSION = 2.2.277;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
2 changes: 1 addition & 1 deletion ios/GaloyApp/Info.plist
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>714</string>
<string>722</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

0 comments on commit 00e730f

Please sign in to comment.