diff --git a/app/build.gradle b/app/build.gradle index c49de85..274eb52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,5 +32,8 @@ //QRコードリーダー implementation 'com.journeyapps:zxing-android-embedded:3.6.0' implementation 'com.android.support:design:28.0.0' - implementation 'org.jetbrains:annotations-java5:15.0' + //cropView + implementation 'com.oginotihiro:cropview:1.0.0' + api 'com.theartofdev.edmodo:android-image-cropper:2.7.+' + implementation project(path: ':dynamicgrid') }