SDHtmlTextView icon indicating copy to clipboard operation
SDHtmlTextView copied to clipboard

Please change Remote dependency ,Bintray server is out of service

Open Rethen opened this issue 4 years ago • 10 comments

image

Rethen avatar May 20 '21 01:05 Rethen

any updates?

thanhtoan1196 avatar May 24 '21 14:05 thanhtoan1196

any updates?

No, the developer has not responded

Rethen avatar May 25 '21 00:05 Rethen

any updates?

I can only copy the code to my project

Rethen avatar May 25 '21 00:05 Rethen

@Rethen Me too but got an error on this line

implementation 'com.osbcp.cssparser:cssparser:1.5'

thanhtoan1196 avatar May 25 '21 03:05 thanhtoan1196

@Rethen Me too but got an error on this line

implementation 'com.osbcp.cssparser:cssparser:1.5'

This is the same problem

Rethen avatar May 25 '21 04:05 Rethen

com.osbcp.cssparser:cssparser:1.5

https://mvnrepository.com/artifact/com.osbcp/cssparser/1.7

download,and implementation by local jar lib

Rethen avatar May 25 '21 05:05 Rethen

Hi, we are sorry but we can take care about this issue only later in these two weeks.

In the meanwhile we placed the .aar files in the repo, under the release directory.

Here you can find a guide how to use it https://stackoverflow.com/questions/24506648/adding-local-aar-files-to-gradle-build-using-flatdirs-is-not-working

cssparse is not a dependency handled by our team so we suggest to notice the developer about the issue.

Thank you for your support, we hope to fix this issue soon.

aguitto avatar May 25 '21 08:05 aguitto

Hi, we are sorry but we can take care about this issue only later in these two weeks.

In the meanwhile we placed the .aar files in the repo, under the release directory.

Here you can find a guide how to use it https://stackoverflow.com/questions/24506648/adding-local-aar-files-to-gradle-build-using-flatdirs-is-not-working

cssparse is not a dependency handled by our team so we suggest to notice the developer about the issue.

Thank you for your support, we hope to fix this issue soon.

This is great,Thank you for your effort

Rethen avatar May 25 '21 08:05 Rethen

Hi, we are sorry but we can take care about this issue only later in these two weeks.

In the meanwhile we placed the .aar files in the repo, under the release directory.

Here you can find a guide how to use it https://stackoverflow.com/questions/24506648/adding-local-aar-files-to-gradle-build-using-flatdirs-is-not-working

cssparse is not a dependency handled by our team so we suggest to notice the developer about the issue.

Thank you for your support, we hope to fix this issue soon.

Thanks

bahaahany2019 avatar Jun 02 '21 11:06 bahaahany2019

Hello I saw that you uploaded 1.0.3 to github releases. Does that mean, that we should be able to use github as a repository with the help of jitpack.io?

I tried implementation("com.github.SysdataSpA:SDHtmlTextView:1.0.3") and having repositories { maven { setUrl("https://jitpack.io") } } in my build.gradle.kts

but this doesnt seem to work (just getting a generic "failed" error from gradle even though it seems to start downloading stuff)

Thanks for help :)

JodliDev avatar Jun 25 '21 10:06 JodliDev