grishka / appkit

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

Publish latest appkit version to fix mastodon-android build #15

Closed alex-vit closed 6 months ago

alex-vit commented 6 months ago

Problem: can't build mastodon-android out of the box because it now depends on appkit 1.2.16. Latest available in public maven repos is 1.2.

Issue has a workaround:

  1. clone appkit
  2. comment out signing in maven-push.gradle
  3. ./gradlew publishToMavenLocal

But for ease of building mastodon-android, please publish the 1.2.16 appkit version.

grishka commented 6 months ago

Since publishing to maven central is irreversible, I usually publish new appkit versions together with corresponding Mastodon app releases. The latest Mastodon app, 2.2.4, uses appkit 1.2.15, which is available on maven central.

If you're developing a fork of Mastodon app, I recommend sticking to tagged commits.

alex-vit commented 6 months ago

Thanks, makes sense.