linsui
linsui
Yep, I thought this work though it's a little ugly. :) An easier solution is replacing the fork with the original lib since Android 4 is [not supported](https://github.com/maxrave-dev/SimpMusic/blob/jetpack_compose/app/build.gradle.kts#L32) by SimpMusic...
Thanks!
Maybe this can be solved by proper proguard rules?
Yep, see https://gitlab.com/fdroid/fdroiddata/-/issues/2949 for more details. :)
I added this to fix it. ``` # Keep Joda-Time classes that reference org.joda.convert annotations -keep class org.joda.time.** { *; } # Keep the org.joda.convert annotations that are missing at...
https://gitlab.com/fdroid/fdroiddata/-/jobs/7550757742 It failed again. I'll just let the buildserver give it another try.
1.2.5-rc0 builds.
It's still RB in F-Droid CI. https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8893937291
Then we just need to use the version in https://github.com/ente-io/ente/blob/main/.github/workflows/mobile-release.yml#L12?
https://gitlab.com/fdroid/fdroiddata/-/jobs/11273929300 Do I miss anything?