Skip to content

Commit

Permalink
[devops] bump and build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdonnelly committed Nov 15, 2022
1 parent 99557e9 commit e584a38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ android {
applicationId "com.rdonnelly.mcbuilder"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 165
versionCode 166
versionName "1.4.1"
manifestPlaceholders = [
appAuthRedirectScheme: 'com.rdonnelly.mcbuilder'
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/MCBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = MCBuilder/MCBuilder.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 165;
CURRENT_PROJECT_VERSION = 166;
DEVELOPMENT_TEAM = EZ4AQB6GC7;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = MCBuilder/Info.plist;
Expand Down Expand Up @@ -569,7 +569,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = MCBuilder/MCBuilder.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 165;
CURRENT_PROJECT_VERSION = 166;
DEVELOPMENT_TEAM = EZ4AQB6GC7;
INFOPLIST_FILE = MCBuilder/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/MCBuilder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>165</string>
<string>166</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/MCBuilderTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>165</string>
<string>166</string>
</dict>
</plist>

0 comments on commit e584a38

Please sign in to comment.