When I use com.android.support:appcompat-v7:28.+
in my project's build.gradle
(module) it works without any error. But when I just use com.android.support:appcompat-v7:28
, just without .+
, it gives me an error:
Failed to resolve: com.android.support:appcompat-v7:28.0
Just without the .+
end of it. I added maven before but the result was the same. Any idea to solve it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…