blipinsk/ViewPropertyObjectAnimator

Any chance of mavenCentral update publish?

Zhuinden opened this issue ยท 8 comments

Hey hey,

Using custom bintray repo is a bit unusual, and mavenCentral only has up to 1.4.5.

Any chance of updating to 1.5.0 on mavenCentral too?

Just curious, but technically bintray works well for me atm too ๐Ÿ‘

This is on the way, I was having issues with Sonatype and couldn't upload 1.5.0. I think I got it figured out now.
Bintray is a temporary solution (that works ๐Ÿ˜‰ ).

Bintray and JCenter is scheduled for shutting down all services in May 2021.

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Yea, I know ๐Ÿ˜• ๐Ÿ”ซ
I have so many more things than just this one, stored there... ๐Ÿ˜ข

Any update on this? mavenCentral still only has till 1.4.5

@Pranoy1c for now this is provided by Jitpack
please add maven { url 'https://jitpack.io' } to your repositories.

In that case you have to replace the artifact name to com.github.blipinsk:ViewPropertyObjectAnimator: then

Don't forget to create a Github release, that's what Jitpack uses to get versions

Thanks @Zhuinden for both suggestions.

In that case you have to replace the artifact name to com.github.blipinsk:ViewPropertyObjectAnimator: then

I actually have a DNS record configured for my domain so this โ˜๏ธ is not needed. You can see this webpage to verify: https://jitpack.io/#com.bartoszlipinski/viewpropertyobjectanimator

Don't forget to create a Github release, that's what Jitpack uses to get versions

I'm using git tags ๐Ÿ˜‰