This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Description
I am using android-crop version 1.0.1@aar
my issue is that i Can't resolve "Extra.FILES" . so whene i import this:
import com.soundcloud.android.crop.Crop.Extra;
Extra Can't be resolved
and when i try to use it like this
ArrayList<String> filePaths = getIntent().getStringArrayListExtra(Extra.FILES);
"Extra.FILES" Can't resolve !