crazycodeboy / TakePhoto

一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库
http://www.devio.org/tags/#TakePhoto
Apache License 2.0
7.24k stars 1.51k forks source link

最新版依赖地址 #497

Open why2 opened 5 years ago

why2 commented 5 years ago

org.devio.takephoto:takephoto_library:4.1.0

liyangSuperNb commented 5 years ago

谢了 折腾了好久才看到

darkengine commented 5 years ago

我是把compile 'com.jph.takephoto:takephoto_library:4.1.0'改成了compile 'com.jph.takephoto:takephoto_library:4+'才能gradle sync通过,看来楼主这个才是正解。

longxuewei commented 5 years ago

感谢楼主, 希望更多人能看到!

asd87964949 commented 5 years ago

感谢

andxue commented 4 years ago

implementation 'org.devio.takephoto:takephoto_library:4.1.0'

llfnqt commented 4 years ago

作者有点懒啊,那么久不是更新一下

luckycloves commented 4 years ago

折腾了一下午 才看到

Mrgeh commented 3 years ago

implementation ('org.devio.takephoto:takephoto_library:4.1.0'){ exclude group: 'com.github.bumptech.glide:glide' }