ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.37k forks source link

Cannot use start(context, fragment) with android.support.v4.app.Fragment with version 2.8.0 #628

Open Devenom1 opened 5 years ago

Devenom1 commented 5 years ago

With version 2.8.0 of this library android.support.v4.app.Fragment is no longer supported. Please add support back for this library. A lot of us are still using this version of fragment.

Thanks

mangeshsambare commented 5 years ago

I have same issue

MBEDOBE commented 5 years ago

i have the same issue

erik7667 commented 5 years ago

me too

MuhammedRefaat commented 5 years ago

Same issue, I believe this because they upgraded to AndroidX, and there no support anymore for support.v4.app.fragment

Shequad commented 5 years ago

I want to downgrade, what is the latest version that supported android.support.v4.app.Fragment?

MBEDOBE commented 5 years ago

try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4'

On Mon, 4 Feb 2019 15:58 MuhammedRefaat <notifications@github.com wrote:

Same issue, I believe this because they upgraded to AndroidX, and there no support anymore for support.v4.app.fragment

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ArthurHub/Android-Image-Cropper/issues/628#issuecomment-460302109, or mute the thread https://github.com/notifications/unsubscribe-auth/AYEtYE452bDedg_S-zxCFBxtBBS5-uRWks5vKFiigaJpZM4YwK9b .

MBEDOBE commented 5 years ago

try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4'

On Sun, 3 Feb 2019 10:32 erik7667 <notifications@github.com wrote:

me too

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ArthurHub/Android-Image-Cropper/issues/628#issuecomment-460040242, or mute the thread https://github.com/notifications/unsubscribe-auth/AYEtYPr5IbV7B1mEY-4-i0eA448Gr81lks5vJrqjgaJpZM4YwK9b .

MBEDOBE commented 5 years ago

try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4'

On Tue, 5 Feb 2019 07:14 Shequad <notifications@github.com wrote:

I want to downgrade, what is the latest version that supported android.support.v4.app.Fragment

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ArthurHub/Android-Image-Cropper/issues/628#issuecomment-460536136, or mute the thread https://github.com/notifications/unsubscribe-auth/AYEtYJhxFIXenCJV3FLhShcSR6GT0Tj4ks5vKS9TgaJpZM4YwK9b .

dharmendrainnovify commented 5 years ago

No option in this repo to downgrade?