Android Version Bump to 18 (#381)

* Removed default server and set mattermost-redux to the right commit

* Version Bump to 18
This commit is contained in:
enahum 2017-03-22 08:16:04 -03:00 committed by GitHub
parent b4a3190539
commit 591da1b494
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ android {
applicationId "com.mattermost.react.native"
minSdkVersion 16
targetSdkVersion 23
versionCode 17
versionCode 18
versionName "1.0"
multiDexEnabled true
ndk {

View file

@ -1,5 +1,5 @@
{
"DefaultServerUrl": "http://localhost:8065",
"DefaultServerUrl": "",
"TestServerUrl": "http://localhost:8065",
"DefaultLocale": "en",
"DefaultTheme": "default",

View file

@ -9,7 +9,7 @@
"harmony-reflect": "1.5.1",
"intl": "1.2.5",
"isomorphic-fetch": "2.2.1",
"mattermost-redux": "mattermost/mattermost-redux#957b27015b46538c707f534c24e750e5d1d1e517",
"mattermost-redux": "mattermost/mattermost-redux#c0451f9fe8a6df3330c4b5d415a208e85ed08cba",
"react": "15.4.1",
"react-addons-pure-render-mixin": "15.4.1",
"react-intl": "2.2.2",