OfficialFoldingTabBar.Android
OfficialFoldingTabBar.Android copied to clipboard
Failed to resolve: com.github.Yalantis:OfficialFoldingTabBar.Android:v0.9
Hi @root1991,
Firstly Thanks for the library.
I have recently discover your library but when i try to import to library through the gradle with the below line
compile 'com.github.Yalantis:OfficialFoldingTabBar.Android:v0.9'
and i am getting the following error:
Failed to resolve: com.github.Yalantis:OfficialFoldingTabBar.Android:v0.9
Can you know what can cause the following error?
did you add the following to project level gradle file?
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}