Skip to content

Commit

Permalink
Merge pull request #203 from cuappdev/main
Browse files Browse the repository at this point in the history
Deploy release for Android
  • Loading branch information
vinnie4k authored May 26, 2024
2 parents 02fea26 + a59423a commit d6229fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
expo: {
name: "Resell",
slug: "Resell",
version: "1.0.3",
version: "1.0.4",
orientation: "portrait",
icon: "./assets/images/icon.png",
scheme: "myapp",
Expand Down Expand Up @@ -52,7 +52,7 @@ export default {
supportsTablet: false,
bundleIdentifier: "com.cornellappdev.resell",
googleServicesFile: "./config/GoogleService-Info.plist",
buildNumber: "11",
buildNumber: "15",
infoPlist: {
NSCalendarsUsageDescription: "Allow Resell to access your calendar",
NSRemindersUsageDescription: "Allow Resell to access your reminders",
Expand Down
8 changes: 4 additions & 4 deletions ios/Resell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Resell/Resell.entitlements;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = ZGMCXU7X3U;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -404,7 +404,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -427,15 +427,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Resell/Resell.entitlements;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = ZGMCXU7X3U;
INFOPLIST_FILE = Resell/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/Resell/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit d6229fc

Please sign in to comment.