Bump app build number to 165 and increase minimum Android SDK version (#2470)

* Bump app build number to 165

* Increase Android minimum SDK version
This commit is contained in:
Harrison Healey 2018-12-19 11:25:49 -05:00 committed by Elias Nahum
parent 7f61bba540
commit 9abb81f733
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
6 changed files with 7 additions and 7 deletions

View file

@ -113,7 +113,7 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 163
versionCode 165
versionName "1.15.0"
multiDexEnabled = true
ndk {

View file

@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 21
minSdkVersion = 24
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = "27.1.1"

View file

@ -2527,7 +2527,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 163;
CURRENT_PROJECT_VERSION = 165;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
@ -2579,7 +2579,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 163;
CURRENT_PROJECT_VERSION = 165;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;

View file

@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>163</string>
<string>165</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View file

@ -23,7 +23,7 @@
<key>CFBundleShortVersionString</key>
<string>1.15.0</string>
<key>CFBundleVersion</key>
<string>163</string>
<string>165</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>

View file

@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>163</string>
<string>165</string>
</dict>
</plist>