Skip to content

Commit

Permalink
ops: bump build 61
Browse files Browse the repository at this point in the history
  • Loading branch information
latter-bolden committed Mar 13, 2024
1 parent b96002a commit 7b999ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/tlon-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion
versionCode 60
versionCode 61
versionName "4.0.0"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
Expand Down
4 changes: 2 additions & 2 deletions apps/tlon-mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
},
ios: {
runtimeVersion: '4.0.0',
buildNumber: '60',
buildNumber: '61',
config: {
usesNonExemptEncryption: false,
},
},
android: {
runtimeVersion: '4.0.0',
versionCode: 60,
versionCode: 61,
},
updates: {
url: `https://u.expo.dev/${projectId}`,
Expand Down
8 changes: 4 additions & 4 deletions apps/tlon-mobile/ios/Landscape.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
CLANG_DEBUG_INFORMATION_LEVEL = "DWARF with dSYM File";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Landscape/Landscape.entitlements;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEVELOPMENT_TEAM = XU9PR2N722;
DISPLAY_NAME = Tlon;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -947,7 +947,7 @@
CLANG_DEBUG_INFORMATION_LEVEL = "DWARF with dSYM File";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Landscape/Landscape.entitlements;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEVELOPMENT_TEAM = XU9PR2N722;
DISPLAY_NAME = Tlon;
INFOPLIST_FILE = Landscape/Info.plist;
Expand Down Expand Up @@ -979,7 +979,7 @@
CLANG_DEBUG_INFORMATION_LEVEL = "DWARF with dSYM File";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Landscape/Landscape.entitlements;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEVELOPMENT_TEAM = XU9PR2N722;
DISPLAY_NAME = "Tlon - Preview";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1018,7 +1018,7 @@
CLANG_DEBUG_INFORMATION_LEVEL = "DWARF with dSYM File";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Landscape/Landscape.entitlements;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 61;
DEVELOPMENT_TEAM = XU9PR2N722;
DISPLAY_NAME = "Tlon - Preview";
INFOPLIST_FILE = Landscape/Info.plist;
Expand Down

0 comments on commit 7b999ca

Please sign in to comment.