diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-14 14:24:20 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-14 14:24:20 -0400 |
| commit | 9003360ad7321d68c944230aee632687d4e3edbb (patch) | |
| tree | 54d9adb38b110b82e6a8e64888c7cbf890eab89f /hooks/before_prepare | |
| parent | e30052fc3e1607af2e6161e87032a66a89c83ca5 (diff) | |
updates for yet another build process break thanks to new google libraries. WTF.
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 "---------------------" |
