android / platform-samples

A collection of samples of different Android OS platform APIs.
https://developer.android.com/about
Apache License 2.0
1.16k stars 251 forks source link

Update AGP, Upgrade Gradle, Fix Override Library, Fix DnD samples on SDK 21 #193

Closed secondsun closed 2 months ago

secondsun commented 3 months ago

updating minSDK to 24 updating gradle updating AGP removing overidesLibrary DragAndDropRichContentReceiverFragment is marked as requiresApi 31

secondsun commented 2 months ago

@yrezgui I've reverted the minSDK update and fixed the build. Turns out AGP changed behavior and the problem was in our manifest. Please re-review.