Android-Image-Cropper
Android-Image-Cropper copied to clipboard
Image Cropping Library for Android, optimized for Camera / Gallery.
Steps: 1. Download and choose this image for cropping: http://img.gawkerassets.com/img/18tbvl3htulmyjpg/original.jpg Also attached here: [original.zip](https://github.com/ArthurHub/Android-Image-Cropper/files/3754421/original.zip) 2. Run the "test" or "sample" sample app. 3. Crop almost 100% of the image The...
i cant add a social view and image croper dependencies in my projest
Hi, I want to change the final name in the uri. Now, I'm getting croped + random numbers.jpg. Thank u.
`buildscript { repositories { google() jcenter() gradlePluginPortal() maven { url "https://jitpack.io" } // добавляем JitPack maven { url "https://dl.bintray.com/theartofdev/Edmodo" } } dependencies { classpath 'com.android.tools.build:gradle:8.7.2' } } allprojects { repositories...