How do i add image picker on Android App?
im triying to use an image picker so I can open the gallery and choose a pic for the user profile.
Apparently the built-in image picker works only on Android 13 (API 33) so in order to add this feature i have to add this library.
The first step is not clear to me:
Gradle dependency:
allprojects {...