TwidereProject/TwidereX-Android

[BUG] Can't build on F-droid due to using JetBrains' private maven repository

Opened this issue · 1 comments

Describe the bug
Using JetBrains' private repo (https://maven.pkg.jetbrains.space/public/p/compose/dev) makes it impossible to be built on F-droid. As a workaround, you can use only the stable version of org.jetbrains.compose.material which is hosted on the accepted central maven repository.

Relevant MR: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12471

1.7.0 stable might be able to use compose-jb 1.3.0,it's just around the corner.