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.
2 parents 92f22df + 78f5c40 commit 2a4a425Copy full SHA for 2a4a425
test/build.gradle
@@ -17,6 +17,6 @@ android {
17
18
dependencies {
19
api "androidx.appcompat:appcompat:$androidXLibraryVersion"
20
- api 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
+ implementation project(":cropper")
21
22
}
0 commit comments