Step 1: Add Dependencies
implementation("com.github.CanHub:Android-Image-Cropper:4.0.0")
Step 2: Add Repositories
maven(url = "https://jitpack.io")
Step 3: Add Activity In Manifest
<activity android:name="com.canhub.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat"/>
No comments:
Post a Comment