Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbbc committed Feb 16, 2020
1 parent 78f9fa9 commit e3c76c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions takephoto_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':multipleimageselect')
compile 'androidx.legacy:legacy-support-v4:1.0.0'
compile 'com.soundcloud.android.crop:lib_crop:1.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':multipleimageselect')
implementation "androidx.legacy:legacy-support-v4:${versions.androidxLegacy}"
implementation 'com.soundcloud.android.crop:lib_crop:1.0.0'
}

0 comments on commit e3c76c0

Please sign in to comment.