Skip to content

Commit 0364832

Browse files
authored
Merge pull request #20 from PeterStaev/fix-android-svg
Fix android SVG export
2 parents cd07bf7 + 64060c7 commit 0364832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-drawingpad",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "drawingpad",
55
"typings": "index.d.ts",
66
"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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ android {
88
}
99

1010
dependencies {
11-
compile "com.github.gcacace:signature-pad:1.0.3"
11+
compile "com.github.gcacace:signature-pad:1.2.1"
1212
}

0 commit comments

Comments
 (0)