Skip to content

Commit

Permalink
API: CropImageOptions is now a data class. Currently with mutable pro…
Browse files Browse the repository at this point in the history
…perties, this will change to immutable soon.
  • Loading branch information
vanniktech committed Oct 23, 2022
1 parent 990b34a commit 0b1680b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 250 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.graphics.Rect
import android.net.Uri
import androidx.annotation.ColorInt
import androidx.annotation.DrawableRes
import com.canhub.cropper.CropImageOptions.Companion.DEGREES_360
import com.canhub.cropper.CropImageView.CropShape
import com.canhub.cropper.CropImageView.Guidelines
import com.canhub.cropper.CropImageView.RequestSizeOptions
Expand Down
Loading

0 comments on commit 0b1680b

Please sign in to comment.