File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ android {
113113 applicationId " com.mattermost.rnbeta"
114114 minSdkVersion rootProject. ext. minSdkVersion
115115 targetSdkVersion rootProject. ext. targetSdkVersion
116- versionCode 165
117- versionName " 1.15.0 "
116+ versionCode 166
117+ versionName " 1.15.1 "
118118 multiDexEnabled = true
119119 ndk {
120120 abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change 25272527 CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25282528 CODE_SIGN_IDENTITY = "iPhone Developer";
25292529 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2530- CURRENT_PROJECT_VERSION = 165 ;
2530+ CURRENT_PROJECT_VERSION = 166 ;
25312531 DEAD_CODE_STRIPPING = NO;
25322532 DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25332533 ENABLE_BITCODE = NO;
25792579 CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
25802580 CODE_SIGN_IDENTITY = "iPhone Developer";
25812581 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2582- CURRENT_PROJECT_VERSION = 165 ;
2582+ CURRENT_PROJECT_VERSION = 166 ;
25832583 DEAD_CODE_STRIPPING = NO;
25842584 DEVELOPMENT_TEAM = UQ8HT4Q2XM;
25852585 ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >1.15.0 </string >
22+ <string >1.15.1 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
3434 </dict >
3535 </array >
3636 <key >CFBundleVersion </key >
37- <string >165 </string >
37+ <string >166 </string >
3838 <key >ITSAppUsesNonExemptEncryption </key >
3939 <false />
4040 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 2121 <key >CFBundlePackageType </key >
2222 <string >XPC! </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >1.15.0 </string >
24+ <string >1.15.1 </string >
2525 <key >CFBundleVersion </key >
26- <string >165 </string >
26+ <string >166 </string >
2727 <key >NSAppTransportSecurity </key >
2828 <dict >
2929 <key >NSAllowsArbitraryLoads </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.15.0 </string >
18+ <string >1.15.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >165 </string >
22+ <string >166 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments