Skip to content

Commit 2a4a425

Browse files
authored
Merge pull request #644 from donfuxx/test_gradle_fix
fix test module dependency to use the cropper android library module
2 parents 92f22df + 78f5c40 commit 2a4a425

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)