Skip to content

Commit

Permalink
chore: update build numbers for mobile v2.2.220 (#3014)
Browse files Browse the repository at this point in the history
Co-authored-by: CI Bot <[email protected]>
  • Loading branch information
galoybot-app[bot] and galoybot authored Jan 26, 2024
1 parent 56b2d72 commit ffa306e
Show file tree
Hide file tree
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
Expand Up @@ -88,8 +88,8 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 672
versionName "2.2.216"
versionCode 676
versionName "2.2.220"
}

// https://github.com/react-native-community/discussions-and-proposals/issues/602
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 @@ -439,7 +439,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 661;
CURRENT_PROJECT_VERSION = 665;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AYPCPV46WW;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = AYPCPV46WW;
Expand All @@ -449,7 +449,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.216;
MARKETING_VERSION = 2.2.220;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -475,15 +475,15 @@
CODE_SIGN_ENTITLEMENTS = GaloyApp/GaloyApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 661;
CURRENT_PROJECT_VERSION = 665;
DEVELOPMENT_TEAM = AYPCPV46WW;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = GaloyApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Blink;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.216;
MARKETING_VERSION = 2.2.220;
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>661</string>
<string>665</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit ffa306e

Please sign in to comment.