Skip to content

Commit

Permalink
specify cordova-custom-config version (#2834)
Browse files Browse the repository at this point in the history
fix android build by specifying cordova-custom-config version
  • Loading branch information
trevj authored Nov 29, 2016
1 parent a18d499 commit e2be859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ module.exports = function(grunt) {

// Create commands to run in different directories.
ccaPlatformAndroidCmd: '<%= ccaJsPath %> platform add android',
ccaAddPluginsCmd: '<%= ccaJsPath %> plugin add https://github.com/bemasc/cordova-plugin-themeablebrowser.git https://github.com/bemasc/cordova-plugin-splashscreen cordova-custom-config https://github.com/Initsogar/cordova-webintent.git https://github.com/uProxy/cordova-plugin-tun2socks.git cordova-plugin-backbutton',
// Here's why we pin the cordova-custom-config version:
// https://github.com/uProxy/uproxy/issues/2835
ccaAddPluginsCmd: '<%= ccaJsPath %> plugin add https://github.com/bemasc/cordova-plugin-themeablebrowser.git https://github.com/bemasc/cordova-plugin-splashscreen cordova-custom-config@3.0.14 https://github.com/Initsogar/cordova-webintent.git https://github.com/uProxy/cordova-plugin-tun2socks.git cordova-plugin-backbutton',

exec: {
makeChromeWebStoreZips: {
Expand Down

0 comments on commit e2be859

Please sign in to comment.