avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

fix: cordova can't build the project #59 #73

Open mobiRic opened 9 years ago

mobiRic commented 9 years ago
Installs missing Bolts v1.2.1 library automatically.

This is a very small and simple fix to enable users to build Android without any workarounds based on the Bolts library.

Previously users would have to download the library from:

They would copy it into the Android platform's libs folder, and their project would build.

This pull request fixes that and installs the bolts-android-1.2.1.jar file automatically.

(ref: issue https://github.com/avivais/phonegap-parse-plugin/issues/59)

budda commented 9 years ago

Excellent! So that's how it's done properly ! :-)

Please merge back in.