platform-samples
platform-samples copied to clipboard
Add Storage Access Framework demos
Migrating and updating storage access framework demos from https://github.com/android/storage-samples
feel free to rebase or merge this as the build issues should be fixed
/gemini summarize
[!WARNING] You have reached your daily quota limit. As a reminder, free tier users are limited to 5 requests per day. Please wait up to 24 hours and I will start processing your requests again!
This change is causing android manifest merge issues
Error: uses-sdk:minSdkVersion 21 cannot be smaller than version 34 declared in library [androidx.photopicker:photopicker-compose:1.0.0-alpha01] /Users/alabiaga/.gradle/caches/8.11.1/transforms/247fc706c8a03340f7e50727e73cc0f7/transformed/photopicker-compose-1.0.0-alpha01/AndroidManifest.xml as the library might be using APIs not available in 21 Suggestion: use a compatible library with a minSdk of at most 21, or increase this project's minSdk version to at least 34, or use tools:overrideLibrary="androidx.photopicker.compose" to force usage (may lead to runtime failures)
The minSdk version supported for the photopicker lib is 34, should we bump the whole app to that version?