SysdataSpA / SDHtmlTextView

Inspired by HTMLTextView and enhanced with multiple CSS Style
Apache License 2.0
68 stars 27 forks source link

Please change Remote dependency ,Bintray server is out of service #16

Open Rethen opened 3 years ago

Rethen commented 3 years ago

image

thanhtoan1196 commented 3 years ago

any updates?

Rethen commented 3 years ago

any updates?

No, the developer has not responded

Rethen commented 3 years ago

any updates?

I can only copy the code to my project

thanhtoan1196 commented 3 years ago

@Rethen Me too but got an error on this line

implementation 'com.osbcp.cssparser:cssparser:1.5'
Rethen commented 3 years ago

@Rethen Me too but got an error on this line

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

This is the same problem

Rethen commented 3 years ago

com.osbcp.cssparser:cssparser:1.5

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

download,and implementation by local jar lib

aguitto commented 3 years ago

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.

Rethen commented 3 years ago

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

bahaahany2019 commented 3 years ago

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

JodliDev commented 3 years ago

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 :)