grishka / appkit

Android app boilerplate + image loader
50 stars 17 forks source link

latest version not found #7

Closed Lilyandlucy closed 1 year ago

Lilyandlucy commented 1 year ago

https://github.com/mastodon/mastodon-android/blob/master/mastodon/build.gradle Mastodon use the version of 1.2.7 , but the latest version in maven is 1.2.6 https://search.maven.org/search?q=g:me.grishka.appkit

grishka commented 1 year ago

I already mentioned it multiple times in Mastodon repo, but since publishing to maven central is a commitment and you can't delete or update a version once you publish it, I usually delay publishing until I'm sure it's reasonably bug-free.

Lilyandlucy commented 1 year ago

Got it , thanks.

ZeroEcks commented 1 year ago

Just stumbled across this sorry, how do we obtain the latest version before you publish it?

ZeroEcks commented 1 year ago

Clone this repo and run ./gradlew publishReleasePublicationToMavenLocal then you can compile the mastodon app. It would be best if this is clarified in the mastodon app build instructions.

grishka commented 1 year ago

It's published now.