We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c54778 commit 765c10fCopy full SHA for 765c10f
android/build.gradle
@@ -127,7 +127,7 @@ dependencies {
127
// noinspection GradleDynamicVersion
128
api 'com.facebook.react:react-native:+'
129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130
- implementation 'io.github.lucksiege:pictureselector:v2.7.3-rc08'
+ implementation project(":picture_library")
131
implementation 'com.github.bumptech.glide:glide:4.12.0'
132
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
133
}
0 commit comments