Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihovil committed Mar 31, 2017
2 parents cd608b4 + 9c51fc9 commit e47817a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ android {
versionCode 1
versionName "1.0"
multiDexEnabled true

dexOptions {
jumboMode = true
}

ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/mobile-app",
"version": "0.54.0",
"version": "0.55.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"watch": "node scripts/watch-local-extensions.js",
Expand Down
2 changes: 1 addition & 1 deletion package.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/mobile-app",
"version": "0.54.0",
"version": "0.55.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"watch": "node scripts/watch-local-extensions.js",
Expand Down
10 changes: 5 additions & 5 deletions platform/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.21",
"mobileAppVersion": "0.54.0",
"releaseNotes": "Updated navigation and UI toolkit",
"version": "1.0.22",
"mobileAppVersion": "0.55.0",
"releaseNotes": "Adds jumbo mode for Android",
"settings": {
"DEV-appetizeKey": "f0ca4p1qj0gwn1kte22fmw725w",
"QA-appetizeKey": "warprc5rbx332vuna62nzf403m",
Expand All @@ -12,7 +12,7 @@
"shoutem.analytics": "^0.1.9",
"shoutem.application": "^0.2.11",
"shoutem.arno-theme": "^0.0.47",
"shoutem.auth": "^0.6.2",
"shoutem.auth": "^0.6.3",
"shoutem.books": "^0.2.15",
"shoutem.cms": "^0.10.12",
"shoutem.code-push": "^0.2.2",
Expand All @@ -22,7 +22,7 @@
"shoutem.layouts": "^0.1.15",
"shoutem.menu": "^0.10.12",
"shoutem.navigation": "^0.5.28",
"shoutem.news": "^0.9.14",
"shoutem.news": "^0.9.15",
"shoutem.people": "^0.10.14",
"shoutem.persist": "^0.1.8",
"shoutem.photos": "^0.9.6",
Expand Down

0 comments on commit e47817a

Please sign in to comment.