question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

25.1.1 cardview , needs update to 25.3.0

See original GitHub issue

Welcome to FirebaseUI and thanks for submitting an issue!

Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.

If not, please feel free to fill in the following info so we can help faster!

Step 1: Are you in the right place?

  • For issues or feature requests related to the code in this repository file a GitHub issue.
  • For general technical questions, post a question on StackOverflow tagged appropriately.
  • For general Firebase discussion, use the firebase-talk google group
  • For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel

Step 2: Describe your environment

  • Android device: All
  • Android OS version: All
  • Google Play Services version: 10.2.0
  • Firebase/Play Services SDK version: 1.2.0
  • FirebaseUI version: 1.2

Step 3: Describe the problem:

Cardview at version 25.1.1 while it should be 25.3.0

Steps to reproduce:

  1. Gradle Warns about the multiple version at compile ‘com.android.support:appcompat-v7:25.3.0’ stating that : “All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.3.0, 25.1.1”

Observed Results:

Warning

Expected Results:

Slow Downs

Relevant Code:

compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.firebaseui:firebase-ui-auth:1.2.0'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pipsAppcommented, Sep 26, 2017

I added exclude word, and the error disappeared compile (‘com.firebaseui:firebase-ui-storage:2.0.1’) { exclude group: ‘com.android.support’ } compile (‘com.firebaseui:firebase-ui-database:2.0.1’) { exclude group: ‘com.android.support’ }

1reaction
Shirane85commented, May 13, 2017

I also needed to add compile 'com.android.support:palette-v7:25.3.1' compile 'com.android.support:customtabs:25.3.1' compile 'com.android.support:design:25.3.1'

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support Library Revision Archive - Android Developers
This page provides details about older Support Library package releases. For the most recent Support Library releases, see Recent Support ...
Read more >
All com.android.support libraries must use the exact same ...
Solution: Add explicitly the library with the old version but with a new version number. in my case com.android.support:customtabs:26.1.0 so I need to...
Read more >
[Solved] All com.android.support libraries must use ... - YouTube
Solving the Android Studio error in gradle file with implementation dependencies of API 28 Android.The text of error is:All ...
Read more >
Couldn't resolve resource @id/visible when ... - Issue Tracker
compile 'com.android.support:cardview-v7:25.1.0' ... team and will update this issue with more information as it becomes available.
Read more >
Android Notes For Professionals. 1000+ pages of professional ...
Section 14.4: Using Images as Background in CardView (Pre-Lollipop device issues) ... Section 228.1: Inserting and updating rows in a SQLite database
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found