From fdb3153ee1aca0cf2ea7db9ad687dfb674888c86 Mon Sep 17 00:00:00 2001 From: Mihovil Date: Fri, 31 Mar 2017 13:09:43 +0200 Subject: [PATCH 1/3] Update dependencies --- android/app/build.gradle | 1 + package.json | 8 ++++---- package.template.json | 10 +++++----- platform/platform.json | 34 +++++++++++++++++----------------- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 75672b250c..06f729e655 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -93,6 +93,7 @@ android { targetSdkVersion 22 versionCode 1 versionName "1.0" + multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/package.json b/package.json index 91ba7a19b1..e446beda03 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ }, "dependencies": { "@shoutem/animation": "^0.9.2", - "@shoutem/core": "0.0.47", + "@shoutem/core": "0.0.48", "@shoutem/redux-composers": "0.1.0-beta.4", - "@shoutem/redux-io": "1.0.0", + "@shoutem/redux-io": "1.0.3", "@shoutem/theme": "^0.9.0", - "@shoutem/ui": "0.11.1", - "@shoutem/ui-addons": "0.0.8", + "@shoutem/ui": "0.11.1-support.3", + "@shoutem/ui-addons": "0.0.13", "lodash": "^4.10.1", "moment": "^2.13.0", "whatwg-fetch": "1.0.0", diff --git a/package.template.json b/package.template.json index 91ba7a19b1..09d55b8f41 100644 --- a/package.template.json +++ b/package.template.json @@ -1,6 +1,6 @@ { "name": "@shoutem/mobile-app", - "version": "0.53.0", + "version": "0.54.0", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "watch": "node scripts/watch-local-extensions.js", @@ -13,12 +13,12 @@ }, "dependencies": { "@shoutem/animation": "^0.9.2", - "@shoutem/core": "0.0.47", + "@shoutem/core": "0.0.48", "@shoutem/redux-composers": "0.1.0-beta.4", - "@shoutem/redux-io": "1.0.0", + "@shoutem/redux-io": "1.0.3", "@shoutem/theme": "^0.9.0", - "@shoutem/ui": "0.11.1", - "@shoutem/ui-addons": "0.0.8", + "@shoutem/ui": "0.11.1-support.3", + "@shoutem/ui-addons": "0.0.13", "lodash": "^4.10.1", "moment": "^2.13.0", "whatwg-fetch": "1.0.0", diff --git a/platform/platform.json b/platform/platform.json index d5c2f6d7e4..2202955ba5 100644 --- a/platform/platform.json +++ b/platform/platform.json @@ -1,31 +1,31 @@ { - "version": "1.0.20", - "mobileAppVersion": "0.53.0", - "releaseNotes": "Shoutem UI toolkit 0.11.1", + "version": "1.0.21", + "mobileAppVersion": "0.54.0", + "releaseNotes": "Updated navigation and UI toolkit", "settings": { "DEV-appetizeKey": "f0ca4p1qj0gwn1kte22fmw725w", - "QA-appetizeKey": "4hbu8hm481zfjdwpt0efqxyuk8", - "Production-appetizeKey": "ztp7k1jad3gbubtb8tq4hwf6bg" + "QA-appetizeKey": "warprc5rbx332vuna62nzf403m", + "Production-appetizeKey": "kdv3td72qvmra9mukxftczxd3m" }, "dependencies": { "shoutem.about": "^0.9.6", "shoutem.analytics": "^0.1.9", - "shoutem.application": "^0.2.10", - "shoutem.arno-theme": "^0.0.44", - "shoutem.auth": "^0.5.3", + "shoutem.application": "^0.2.11", + "shoutem.arno-theme": "^0.0.47", + "shoutem.auth": "^0.6.1", "shoutem.books": "^0.2.15", - "shoutem.cms": "^0.10.11", + "shoutem.cms": "^0.10.12", "shoutem.code-push": "^0.2.2", - "shoutem.events": "^0.9.10", + "shoutem.events": "^0.9.13", "shoutem.favorites": "^0.1.9", "shoutem.google-analytics": "^0.1.10", "shoutem.layouts": "^0.1.15", "shoutem.menu": "^0.10.12", - "shoutem.navigation": "^0.5.24", - "shoutem.news": "^0.9.13", + "shoutem.navigation": "^0.5.28", + "shoutem.news": "^0.9.14", "shoutem.people": "^0.10.14", "shoutem.persist": "^0.1.8", - "shoutem.photos": "^0.9.4", + "shoutem.photos": "^0.9.6", "shoutem.places": "^0.9.16", "shoutem.platform-analytics": "^0.1.9", "shoutem.preview": "^0.1.8", @@ -33,15 +33,15 @@ "shoutem.push-notifications": "^0.1.12", "shoutem.rss": "^0.2.13", "shoutem.rss-news": "^0.9.14", - "shoutem.rss-photos": "^0.9.5", + "shoutem.rss-photos": "^0.9.6", "shoutem.rss-videos": "^0.10.11", "shoutem.rubicon-noir-theme": "^0.0.16", "shoutem.rubicon-rose-theme": "^0.0.16", - "shoutem.rubicon-theme": "^0.1.42", - "shoutem.shopify": "^0.1.7", + "shoutem.rubicon-theme": "^0.1.45", + "shoutem.shopify": "^0.1.9", "shoutem.sub-navigation": "^0.1.1", "shoutem.theme": "^0.1.7", "shoutem.video": "^0.10.12", - "shoutem.web-view": "^0.9.4" + "shoutem.web-view": "^0.9.6" } } From 353b507c05b63d7799a5e7cb2630cea95bd1368f Mon Sep 17 00:00:00 2001 From: Mihovil Date: Fri, 31 Mar 2017 14:20:32 +0200 Subject: [PATCH 2/3] Bump auth version --- platform/platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform.json b/platform/platform.json index 2202955ba5..9593571175 100644 --- a/platform/platform.json +++ b/platform/platform.json @@ -12,7 +12,7 @@ "shoutem.analytics": "^0.1.9", "shoutem.application": "^0.2.11", "shoutem.arno-theme": "^0.0.47", - "shoutem.auth": "^0.6.1", + "shoutem.auth": "^0.6.2", "shoutem.books": "^0.2.15", "shoutem.cms": "^0.10.12", "shoutem.code-push": "^0.2.2", From d2ea9e5829b9a8034056929819d51bcd38d348af Mon Sep 17 00:00:00 2001 From: Mihovil Date: Fri, 31 Mar 2017 14:24:54 +0200 Subject: [PATCH 3/3] Bump animation versions --- package.json | 2 +- package.template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e446beda03..4cd5df8f6e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "node scripts/build" }, "dependencies": { - "@shoutem/animation": "^0.9.2", + "@shoutem/animation": "^0.10.2", "@shoutem/core": "0.0.48", "@shoutem/redux-composers": "0.1.0-beta.4", "@shoutem/redux-io": "1.0.3", diff --git a/package.template.json b/package.template.json index 09d55b8f41..71e1cd6d05 100644 --- a/package.template.json +++ b/package.template.json @@ -12,7 +12,7 @@ "build": "node scripts/build" }, "dependencies": { - "@shoutem/animation": "^0.9.2", + "@shoutem/animation": "^0.10.2", "@shoutem/core": "0.0.48", "@shoutem/redux-composers": "0.1.0-beta.4", "@shoutem/redux-io": "1.0.3",