Android Studio Project Structure - library dependency options only offer alpha versions
Asked Answered
I

0

6

What controls the versions offered in the "Choose Library Dependency" list? I only see alpha versions.

File > Project Structure...

Where Project Structure is located

Select app under Modules > Dependencies tab > green plus sign on the right > Library Dependency Project Structure > Dependencies > Add Library Dependency

What my gradle file looks like. I had to select the -alpha1 version then modify the gradle file to pull in the correct version.

gradle file

The version of android studio version I'm running. android studio version

Integrant answered 10/7, 2017 at 20:8 Comment(4)
More detail would help people answer your question. What versions do you think are available other than the ones shown? What makes you think they're available? What specific versions are shown (e.g. a screenshot)? How did you get to the Choose Library Dependency list you're referring to?Woodpile
Also, the question title should summarize the question.Woodpile
@LarsH, I've updated my question to include screenshots and a bit more information. The versions that I'm looking for are 25.3.1 for multiple different libraries because I'm targeting SDK 25. What makes me think that they are available is developer.android.com/topic/libraries/support-library/…. The specific versions are mostly v7:26.0.0-alpha1. I got to the Choose Library Dependency list by File > Project Structure > selecting app under Modules > Dependencies tab > green plus sign on right > Add Library Dependency. I also updated the title to summarize the question.Integrant
Excellent, +1. I'm sorry I don't know the answer, but I hope someone else can help.Woodpile

© 2022 - 2024 — McMap. All rights reserved.