Skip to content

Commit e2be859

Browse files
authored
specify cordova-custom-config version (#2834)
fix android build by specifying cordova-custom-config version
1 parent a18d499 commit e2be859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ module.exports = function(grunt) {
219219

220220
// Create commands to run in different directories.
221221
ccaPlatformAndroidCmd: '<%= ccaJsPath %> platform add android',
222-
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',
222+
// Here's why we pin the cordova-custom-config version:
223+
// https://github.com/uProxy/uproxy/issues/2835
224+
ccaAddPluginsCmd: '<%= ccaJsPath %> plugin add https://github.com/bemasc/cordova-plugin-themeablebrowser.git https://github.com/bemasc/cordova-plugin-splashscreen [email protected] https://github.com/Initsogar/cordova-webintent.git https://github.com/uProxy/cordova-plugin-tun2socks.git cordova-plugin-backbutton',
223225

224226
exec: {
225227
makeChromeWebStoreZips: {

0 commit comments

Comments
 (0)