Skip to content

Commit

Permalink
Cordova android backed down to 7.1.4, 8.0.0 may work but being careful
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Aug 26, 2019
1 parent a0e4826 commit 1c161da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"bezier-easing": "^2.1.0",
"bower": "^1.8.8",
"browserify": "^16.2.3",
"cordova-android": "^8.0.0",
"cordova-android": "^7.1.4",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-clipboard": "^1.2.1",
"cordova-custom-config": "^5.0.3",
"cordova-ios": "^5.0.0",
Expand Down Expand Up @@ -198,11 +199,14 @@
"KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO"
},
"cordova-plugin-add-swift-support": {},
"phonegap-nfc": {}
"phonegap-nfc": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
}
},
"optionalDependencies": {
"fileicon": "^0.2.2",
"grunt-appdmg": "^1.0.0"
}
}
}

0 comments on commit 1c161da

Please sign in to comment.