Publish latest appkit version to fix mastodon-android build
alex-vit opened this issue · 2 comments
alex-vit commented
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:
- clone appkit
- comment out
signing
inmaven-push.gradle
./gradlew publishToMavenLocal
But for ease of building mastodon-android, please publish the 1.2.16 appkit version.
grishka commented
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
Thanks, makes sense.