nativescript-mediafilepicker icon indicating copy to clipboard operation
nativescript-mediafilepicker copied to clipboard

Camera and files not works with targetSdkVersion 30

Open xpalacincreditoh opened this issue 3 years ago • 0 comments

Describe the bug When i set in app.gradle the targetSdkVersion to 30 camera and files doesn't work only work gallery

To Reproduce set in app.gradle the targetSdkVersion to 30 and upload image from camera or upload file from files

Expected behavior No have errors with targetSdkVersion 30, because with targetSdkVersion 29 no can publish app in Google Play Store

NativeScript Info(please run tns info): No display error

Sample Code(please provide minimum code to reproduce problem): app.gradle:

android {
  compileSdkVersion 30
  defaultConfig {
    targetSdkVersion 30
    minSdkVersion 23
    generatedDensities = []
  }
  aaptOptions {
    additionalParameters "--no-version-vectors"
  }
}

Additional context I try to publish my app with targetSdkVersion 29 and Google Play Store refuse this

xpalacincreditoh avatar Nov 25 '21 10:11 xpalacincreditoh