ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

update your library jcenter to mavenCentral

Open fahimurrahman opened this issue 2 years ago • 2 comments

Please change the host location from jcenter to mavenCentral. Because we cannot use your library. please solve it as soon as possible. so that we can user you library.

fahimurrahman avatar Sep 19 '21 06:09 fahimurrahman

Please change the host location from jcenter to mavenCentral. Because we cannot use your library. please solve it as soon as possible. so that we can user you library.

fahimurrahman avatar Sep 19 '21 06:09 fahimurrahman

As a temporal solution, you can use this library with JitPack:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
        implementation 'com.github.florent37:ViewTooltip:f79a8955ef'
}

Library version is based on the latest commit f79a8955ef.

mcalvog avatar Jan 11 '22 11:01 mcalvog