File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: "com.google.firebase.crashlytics"
88import com.android.build.OutputFile
99
1010def 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
1414def postFixSize = 30_000
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >122 </string >
22+ <string >123 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments