Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): implement Android Photo Picker #14131

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ tasks.withType(JavaCompile).configureEach {
// Define library dependencies used by this app.
dependencies {
implementation(project(':titanium')) {
// Uncomment the below to exclude Google Play Services from app.
// exclude group: 'com.google.android.gms'
// Uncomment the below to exclude Google Play Services from app.
// exclude group: 'com.google.android.gms'
}

implementation "androidx.activity:activity:1.8.0"
Expand Down
Loading
Loading