File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
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 175
117- versionName " 1.16.0 "
116+ versionCode 176
117+ versionName " 1.16.1 "
118118 multiDexEnabled = true
119119 ndk {
120120 abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change 66 public_suffix (>= 2.0.2 , < 4.0 )
77 atomos (0.1.3 )
88 aws-eventstream (1.0.1 )
9- aws-partitions (1.136 .0 )
10- aws-sdk-core (3.46.0 )
9+ aws-partitions (1.139 .0 )
10+ aws-sdk-core (3.46.2 )
1111 aws-eventstream (~> 1.0 )
1212 aws-partitions (~> 1.0 )
1313 aws-sigv4 (~> 1.0 )
3939 faraday-cookie_jar (0.0.6 )
4040 faraday (>= 0.7.4 )
4141 http-cookie (~> 1.0.0 )
42- faraday_middleware (0.13.0 )
42+ faraday_middleware (0.13.1 )
4343 faraday (>= 0.7.4 , < 1.0 )
4444 fastimage (2.1.5 )
45- fastlane (2.114.0 )
45+ fastlane (2.116.1 )
4646 CFPropertyList (>= 2.3 , < 4.0.0 )
4747 addressable (>= 2.3 , < 3.0.0 )
4848 babosa (>= 1.0.2 , < 2.0.0 )
9393 representable (~> 3.0 )
9494 retriable (>= 2.0 , < 4.0 )
9595 signet (~> 0.9 )
96- google-cloud-core (1.2.7 )
96+ google-cloud-core (1.3.0 )
9797 google-cloud-env (~> 1.0 )
9898 google-cloud-env (1.0.5 )
9999 faraday (~> 0.11 )
100- google-cloud-storage (1.15 .0 )
100+ google-cloud-storage (1.16 .0 )
101101 digest-crc (~> 0.4 )
102102 google-api-client (~> 0.23 )
103103 google-cloud-core (~> 1.2 )
104- googleauth (~> 0.6.2 )
104+ googleauth (>= 0.6.2 , < 0.10.0 )
105105 googleauth (0.6.7 )
106106 faraday (~> 0.12 )
107107 jwt (>= 1.4 , < 3.0 )
162162 unf_ext (0.0.7.5 )
163163 unicode-display_width (1.4.1 )
164164 word_wrap (1.0.0 )
165- xcodeproj (1.8.0 )
165+ xcodeproj (1.8.1 )
166166 CFPropertyList (>= 2.3.3 , < 4.0 )
167167 atomos (~> 0.1.3 )
168168 claide (>= 1.0.2 , < 2.0 )
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 = 175 ;
2530+ CURRENT_PROJECT_VERSION = 176 ;
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 = 175 ;
2582+ CURRENT_PROJECT_VERSION = 176 ;
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.16.0 </string >
22+ <string >1.16.1 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
3434 </dict >
3535 </array >
3636 <key >CFBundleVersion </key >
37- <string >175 </string >
37+ <string >176 </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.16.0 </string >
24+ <string >1.16.1 </string >
2525 <key >CFBundleVersion </key >
26- <string >175 </string >
26+ <string >176 </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.16.0 </string >
18+ <string >1.16.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >175 </string >
22+ <string >176 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments