Skip to content

Commit 78f5c40

Browse files
committed
fix test module dependency to use the cropper android library module
1 parent e5a4c6e commit 78f5c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ android {
1717

1818
dependencies {
1919
api "androidx.appcompat:appcompat:$androidXLibraryVersion"
20-
api 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
20+
implementation project(":cropper")
2121

2222
}

0 commit comments

Comments
 (0)