Skip to content

Commit 53f33bb

Browse files
committed
Build 1.2.3x
1 parent 4cec936 commit 53f33bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: "com.google.firebase.crashlytics"
88
import com.android.build.OutputFile
99

1010
def canonicalVersionName = "4.2.1"
11-
def canonicalVersionCode = 122
11+
def canonicalVersionCode = 123
1212

1313
// NOTE: DO NOT change postFixSize value, this is for handling legacy method for handling the versioning in android
1414
def postFixSize = 30_000

ios/Xaman.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@
11831183
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
11841184
CODE_SIGN_IDENTITY = "Apple Development";
11851185
CODE_SIGN_STYLE = Automatic;
1186-
CURRENT_PROJECT_VERSION = 122;
1186+
CURRENT_PROJECT_VERSION = 123;
11871187
DEVELOPMENT_TEAM = LK5BBJNJZ6;
11881188
ENABLE_BITCODE = NO;
11891189
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1219,7 +1219,7 @@
12191219
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
12201220
CODE_SIGN_IDENTITY = "Apple Development";
12211221
CODE_SIGN_STYLE = Automatic;
1222-
CURRENT_PROJECT_VERSION = 122;
1222+
CURRENT_PROJECT_VERSION = 123;
12231223
DEVELOPMENT_TEAM = LK5BBJNJZ6;
12241224
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
12251225
INFOPLIST_FILE = Xaman/Info.plist;

ios/Xaman/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dict>
6767
</array>
6868
<key>CFBundleVersion</key>
69-
<string>122</string>
69+
<string>123</string>
7070
<key>ITSAppUsesNonExemptEncryption</key>
7171
<false/>
7272
<key>LSApplicationQueriesSchemes</key>

ios/XamanTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>122</string>
22+
<string>123</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)