Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Upload to Maven Central (or JCenter) #30

Closed rharter closed 7 years ago

rharter commented 7 years ago

This library looks great, but is there a reason this library isn't in Maven Central or JCenter? Having to add your bintray repo and hoping that the library will always be available there is a bit of a red flag.

pflammertsma commented 7 years ago

You're absolutely right. We accidentally let this library slip, it should be on jCenter soon.

pflammertsma commented 7 years ago

The problem appears to have resurfaced for the 1.1.0 release. See issue #35.

vlad-roid commented 4 years ago

@pflammertsma Resurfaced again? 1.1.3 is failing even with the bintray repository added.

sikanderrafiq commented 7 months ago

Hi, I have added the following dependencies implementation 'com.pixplicity.sharp:library:1.1.0'

and it is synced properly, but still getting issues in import statement.

import com.pixplicity.sharp.Sharp;

and unable to use Sharp. Any solution to this problem. I have migrated to androidx

Thanks in advance.

Regards, Sikander