File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ android {
118118 applicationId " com.mattermost.rnbeta"
119119 minSdkVersion rootProject. ext. minSdkVersion
120120 targetSdkVersion rootProject. ext. targetSdkVersion
121- versionCode 192
121+ versionCode 193
122122 versionName " 1.19.0"
123123 multiDexEnabled = true
124124 ndk {
Original file line number Diff line number Diff line change 25402540 CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25412541 CODE_SIGN_IDENTITY = "iPhone Developer";
25422542 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2543- CURRENT_PROJECT_VERSION = 192 ;
2543+ CURRENT_PROJECT_VERSION = 193 ;
25442544 DEAD_CODE_STRIPPING = NO;
25452545 DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25462546 ENABLE_BITCODE = NO;
25982598 CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25992599 CODE_SIGN_IDENTITY = "iPhone Developer";
26002600 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2601- CURRENT_PROJECT_VERSION = 192 ;
2601+ CURRENT_PROJECT_VERSION = 193 ;
26022602 DEAD_CODE_STRIPPING = NO;
26032603 DEVELOPMENT_TEAM = UQ8HT4Q2XM;
26042604 ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 3434 </dict >
3535 </array >
3636 <key >CFBundleVersion </key >
37- <string >192 </string >
37+ <string >193 </string >
3838 <key >ITSAppUsesNonExemptEncryption </key >
3939 <false />
4040 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleShortVersionString </key >
2020 <string >1.19.0 </string >
2121 <key >CFBundleVersion </key >
22- <string >192 </string >
22+ <string >193 </string >
2323 <key >NSAppTransportSecurity </key >
2424 <dict >
2525 <key >NSAllowsArbitraryLoads </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >192 </string >
22+ <string >193 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments