diff options
Diffstat (limited to 'hooks/before_prepare')
| -rwxr-xr-x | hooks/before_prepare/01_pp_hacks.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh index d049f8e7..cde25dab 100755 --- a/hooks/before_prepare/01_pp_hacks.sh +++ b/hooks/before_prepare/01_pp_hacks.sh @@ -15,6 +15,16 @@ echo Curr Dir: `pwd` #else # echo "Directory plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ does not exist, skipping..." #fi +#echo "Copying gradle hack for push-plugin-2.1.3" +#echo "-------------------------------------------" +# +#if [ -d "platforms/android" ]; then +# exe cp www/external/build-extras.gradle platforms/android +#else +# echo "Directory platforms/android does not exist, skipping..." +#fi + + echo "Copying custom sound" echo "---------------------" |
