HefnySco / andruav_android_app

14 stars 7 forks source link

build target API 33 support and others improvement #26

Closed Jai-GAY closed 5 months ago

Jai-GAY commented 10 months ago

READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.

Build faster and upgrade 3rd party latest lib upgrade usb-serial-for-android to 3.7.0 https://github.com/mik3y/usb-serial-for-android/releases https://docs.gradle.org/current/userguide/configuration_cache.html