Android Version Bump to 58 (#1031)
* Update fastlane * Version Bump to 58
This commit is contained in:
parent
aebe05fa1f
commit
6d07c47e38
3 changed files with 5 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ android {
|
|||
applicationId "com.mattermost.rnbeta"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 23
|
||||
versionCode 57
|
||||
versionCode 58
|
||||
versionName "1.4.0"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
|
|
|||
|
|
@ -450,7 +450,7 @@ platform :android do
|
|||
find_replace_string(
|
||||
path_to_file: './fastlane/metadata/android/en-US/title.txt',
|
||||
old_string: 'Mattermost Beta',
|
||||
new_string: 'Mattermost;'
|
||||
new_string: 'Mattermost'
|
||||
)
|
||||
|
||||
configure_from_env()
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ GEM
|
|||
faraday_middleware (0.12.2)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
fastimage (2.1.0)
|
||||
fastlane (2.59.0)
|
||||
fastlane (2.62.0)
|
||||
CFPropertyList (>= 2.3, < 3.0.0)
|
||||
addressable (>= 2.3, < 3.0.0)
|
||||
babosa (>= 1.0.2, < 2.0.0)
|
||||
|
|
@ -110,10 +110,10 @@ GEM
|
|||
rouge (2.0.7)
|
||||
rubyzip (1.2.1)
|
||||
security (0.1.3)
|
||||
signet (0.7.3)
|
||||
signet (0.8.1)
|
||||
addressable (~> 2.3)
|
||||
faraday (~> 0.9)
|
||||
jwt (~> 1.5)
|
||||
jwt (>= 1.5, < 3.0)
|
||||
multi_json (~> 1.10)
|
||||
slack-notifier (1.5.1)
|
||||
terminal-notifier (1.8.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue