nativescript-community / nativescript-drawingpad

:pencil: NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device
Apache License 2.0
90 stars 32 forks source link

Error on android build #35

Closed hypery2k closed 6 years ago

hypery2k commented 6 years ago

With 2.1.1 I'm getting the following error:

* What went wrong:
Could not compile script '.../node_modules/nativescript-drawingpad/platforms/android/include.gradle'.
> startup failed:
  script '.../node_modules/nativescript-drawingpad/platforms/android/include.gradle': 1: Invalid variable name. Must start with a letter but was:
  . At [1:1]  @ line 1, column 1.
     //default elements
     ^
bradmartin commented 6 years ago

published 3.0.2 with fix

hypery2k commented 6 years ago

thx