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.

Support library version too low

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: 10.2.0
  • FirebaseUI version: 1.2

Step 3: Describe the problem:

Customtabs at version 25.1.1 while it should be

Steps to reproduce:

  1. Gradle Warns about the multiple version

Observed Results:

Warning

Expected Results:

Slow Downs

Relevant Code:


Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:10
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kikin81commented, Dec 28, 2017

I’m also running into this issue. Our app depends on appcompat version 27.0.2 but the Firebase core ui is stuck on 25.0.2

1reaction
samtsterncommented, Jul 5, 2017

@edmundjohnson you have two options:

  1. Change your appcompat dependency to 25.3.1
  2. Add explicit dependencies on all of FirebaseUI’s support lib deps at version 25.4.0.

See: https://github.com/firebase/FirebaseUI-Android#upgrading-dependencies

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android studio error This support library should not use a ...
Android Support Library version must be replaced to the latest version you have in your SDK. Note that your targetSDKVersion must be the ......
Read more >
Support Library - Android Developers
Convenience and Helper Classes - The support libraries provides a number of helper classes, particularly for user interface development. For ...
Read more >
Android - Support Library - Tutorialspoint
The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features...
Read more >
What is AndroidX Library in Android? - GeeksforGeeks
Step 1: Update to Support Library version 28 · Step 2: Enable Jetifier · Step 3. Update dependencies · Step 4: Update your...
Read more >
Support Library Setup | Android Developers
How you setup the Android Support Libraries in your development project depends on what features you want to use and what range of...
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