Skip to content

Commit

Permalink
Upgrade libs and release new Android Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed Jul 1, 2017
1 parent 8460f04 commit 08a1daa
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 88 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ android {
applicationId "com.zulipmobile"
minSdkVersion 16
targetSdkVersion 22
versionCode 11
versionName "1.0.11"
versionCode 12
versionName "1.0.12"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"ui-test": "appium; react-native run-ios --configuration=Release; jest __tests__/ui-tests.js"
},
"dependencies": {
"@expo/react-native-action-sheet": "^0.3.1",
"@expo/react-native-action-sheet": "^1.0.0",
"@remobile/react-native-toast": "^1.0.6",
"base-64": "^0.1.0",
"buffer": "^5.0.2",
"color": "^1.0.3",
"color": "^2.0.0",
"date-fns": "^1.28.5",
"entities": "^1.1.1",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-flowtype": "^2.34.1",
"events": "^1.1.1",
"htmlparser2": "^3.9.2",
"immutable": "^3.8.1",
Expand All @@ -49,33 +49,32 @@
"react-native-safari-view": "^2.0.0",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-simple-toast": "0.0.6",
"react-native-sound": "^0.10.1",
"react-native-vector-icons": "^4.0.0",
"react-native-sound": "^0.10.3",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.7",
"react-redux": "^5.0.1",
"react-test-renderer": "16.0.0-alpha.6",
"redux": "^3.6.0",
"redux-action-buffer": "^1.0.1",
"redux": "^3.7.1",
"redux-action-buffer": "^1.1.0",
"redux-logger": "^3.0.1",
"redux-persist": "^4.0.0",
"redux-persist-transform-immutable": "^4.1.0",
"redux-persist": "^4.8.2",
"redux-thunk": "^2.1.0",
"stream": "^0.0.2",
"string.fromcodepoint": "^0.2.1",
"url-parse": "^1.1.8"
},
"devDependencies": {
"appium": "^1.6.5",
"babel-core": "^6.21.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^20.0.0",
"babel-plugin-transform-remove-console": "^6.8.4",
"babel-preset-react-native": "^1.9.1",
"babel-preset-react-native": "^2.0.0",
"coveralls": "^2.13.0",
"deep-freeze": "^0.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jest": "^20.0.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "~7.0.0",
Expand Down
Loading

0 comments on commit 08a1daa

Please sign in to comment.