Skip to content

Commit

Permalink
Merge pull request #20 from PeterStaev/fix-android-svg
Browse files Browse the repository at this point in the history
Fix android SVG export
  • Loading branch information
bradmartin authored May 23, 2017
2 parents cd07bf7 + 64060c7 commit 0364832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-drawingpad",
"version": "2.0.0",
"version": "2.0.1",
"main": "drawingpad",
"typings": "index.d.ts",
"description": "A NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device screen.",
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ android {
}

dependencies {
compile "com.github.gcacace:signature-pad:1.0.3"
compile "com.github.gcacace:signature-pad:1.2.1"
}

0 comments on commit 0364832

Please sign in to comment.