We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd07bf7 + 64060c7 commit 0364832Copy full SHA for 0364832
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-drawingpad",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"main": "drawingpad",
5
"typings": "index.d.ts",
6
"description": "A NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device screen.",
platforms/android/include.gradle
@@ -8,5 +8,5 @@ android {
8
}
9
10
dependencies {
11
- compile "com.github.gcacace:signature-pad:1.0.3"
+ compile "com.github.gcacace:signature-pad:1.2.1"
12
0 commit comments