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