Skip to content

Commit 886aba7

Browse files
committed
chore: bump build number
1 parent e172519 commit 886aba7

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
@@ -7,7 +7,7 @@ apply plugin: "com.google.firebase.crashlytics"
77
import com.android.build.OutputFile
88

99
def canonicalVersionName = "3.0.2"
10-
def canonicalVersionCode = 27
10+
def canonicalVersionCode = 28
1111

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

ios/Xaman.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@
12021202
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
12031203
CODE_SIGN_IDENTITY = "Apple Development";
12041204
CODE_SIGN_STYLE = Automatic;
1205-
CURRENT_PROJECT_VERSION = 8;
1205+
CURRENT_PROJECT_VERSION = 9;
12061206
DEVELOPMENT_TEAM = LK5BBJNJZ6;
12071207
ENABLE_BITCODE = NO;
12081208
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1238,7 +1238,7 @@
12381238
CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements;
12391239
CODE_SIGN_IDENTITY = "Apple Development";
12401240
CODE_SIGN_STYLE = Automatic;
1241-
CURRENT_PROJECT_VERSION = 8;
1241+
CURRENT_PROJECT_VERSION = 9;
12421242
DEVELOPMENT_TEAM = LK5BBJNJZ6;
12431243
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
12441244
INFOPLIST_FILE = Xaman/Info.plist;

ios/Xaman/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>8</string>
57+
<string>9</string>
5858
<key>LSApplicationQueriesSchemes</key>
5959
<array>
6060
<string>https</string>

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>8</string>
22+
<string>9</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)