Skip to content

Commit

Permalink
Fix gradle
Browse files Browse the repository at this point in the history
flavor support
bump version
  • Loading branch information
bthurlow committed Apr 26, 2016
1 parent 90cad4d commit 63b5a33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-imagecropper",
"version": "0.0.5",
"version": "0.0.6",
"description": "A image cropper based on TOCropViewController for iOS and uCrop for Android",
"main": "imagecropper.js",
"nativescript": {
Expand Down
9 changes: 9 additions & 0 deletions platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
repositories {
jcenter()
}

dependencies {
compile 'com.yalantis:ucrop:1.3.2'
}

android {
productFlavors {
"nic" {
dimension "nic"
}
}
}

0 comments on commit 63b5a33

Please sign in to comment.