Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AppCompactDependancy Issue #46

Open
AhmadullahSaikat opened this issue Dec 29, 2016 · 2 comments
Open

AppCompactDependancy Issue #46

AhmadullahSaikat opened this issue Dec 29, 2016 · 2 comments

Comments

@AhmadullahSaikat
Copy link

I think you used compile 'com.android.support:appcompat-v7:25.1.0'

please come back to compile 'com.android.support:appcompat-v7:25.0.1'

becz, in appcompat : 25.1.0 fragment getSupportFragmentManager().popBackStack(); have a bug and it's not working perfectly...

@micHar
Copy link
Contributor

micHar commented Dec 30, 2016

Can't you just use a different version in your code? I don't think the version is enforced by a library (or is it?). You can always exclude it if that helps https://discuss.gradle.org/t/excluding-dependencies-from-dependent-projects/4506.

@fxhereng
Copy link

Had similar problem, conflict with the support lib, fixed with:

compile ('com.futuremind.recyclerfastscroll:fastscroll:0.2.5') {
        exclude module: 'appcompat-v7'
        exclude group: 'com.android.support'
    }

Hope it helps,
cheers

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants