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 e5a4c6e commit 78f5c40Copy full SHA for 78f5c40
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