OfficialFoldingTabBar.Android icon indicating copy to clipboard operation
OfficialFoldingTabBar.Android copied to clipboard

Failed to resolve: com.github.Yalantis:OfficialFoldingTabBar.Android:v0.9

Open skhye05 opened this issue 6 years ago • 1 comments

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?

skhye05 avatar Jun 19 '18 19:06 skhye05

did you add the following to project level gradle file?

allprojects {
	repositories {
	maven { url "https://jitpack.io" }
	}
}

hoornet avatar Jun 23 '18 11:06 hoornet