TwidereX-Android
TwidereX-Android copied to clipboard
[BUG] Can't build on F-droid due to using JetBrains' private maven repository
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