Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Camera and files not works with targetSdkVersion 30 #156

@xpalacincreditoh

Description

@xpalacincreditoh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions