Skip to content

Commit

Permalink
Merge pull request #644 from donfuxx/test_gradle_fix
Browse files Browse the repository at this point in the history
fix test module dependency to use the cropper android library module
  • Loading branch information
ArthurHub authored Feb 8, 2019
2 parents 92f22df + 78f5c40 commit 2a4a425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ android {

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

}

1 comment on commit 2a4a425

@Raymon12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMG-20220503-WA0010

Please sign in to comment.