bthurlow / nativescript-imagecropper

A nativescript image cropping plugin.
Other
49 stars 35 forks source link

Fix App crash issue for Android X #61

Closed jitendraashutec closed 5 years ago

jitendraashutec commented 5 years ago

Following changes are made:

  1. Updated Nativescript dependencies to latest.
  2. Add permission for requestLegacyExternalStorage in Android Manifest
  3. Include the library as local library and update dependency in include.gradle:
    allprojects {
    repositories {
      jcenter()
      maven { url "https://jitpack.io" }
    }
    } 
    dependencies {
    compile 'com.github.yalantis:ucrop:2.2.4-native'
    } 
shiv19 commented 5 years ago

@jitendraashutec Thank you!

shiv19 commented 5 years ago

@jitendraashutec released as v2.0.0