Skip to content

Commit 63b5a33

Browse files
committed
Fix gradle
flavor support bump version
1 parent 90cad4d commit 63b5a33

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-imagecropper",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A image cropper based on TOCropViewController for iOS and uCrop for Android",
55
"main": "imagecropper.js",
66
"nativescript": {

platforms/android/include.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
repositories {
22
jcenter()
33
}
4+
45
dependencies {
56
compile 'com.yalantis:ucrop:1.3.2'
67
}
8+
9+
android {
10+
productFlavors {
11+
"nic" {
12+
dimension "nic"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)