ammargitham / WallFlow

Wallpaper app for Android using Jetpack Compose
GNU General Public License v3.0
325 stars 18 forks source link

The build requires both jdk 11 and jdk 17 #81

Closed linsui closed 5 months ago

linsui commented 5 months ago

F-Droid recently upgraded the buildserver to Bookworm and jdk 11 is not installed anymore. Then I found that the build failed without jdk 11 thought jdk 17 is required to run gradle 8.

https://gitlab.com/fdroid/fdroiddata/-/jobs/6413647534 https://gitlab.com/fdroid/fdroiddata/-/jobs/6413647534

Is jdk 11 necessary? Could it be updated? Thanks!

ammargitham commented 5 months ago

Hi @linsui, I have pushed a45d3b520b64058969986e6a2d0bb1c1125b876d. Is it possible for you to check if this works without me creating a release?

linsui commented 5 months ago

It works, thanks! Will you update the apk of the current release or I should wait for the next version?

ammargitham commented 5 months ago

Great. I'll just push the next version. Maybe tomorrow.

ammargitham commented 5 months ago

Fixed by https://github.com/ammargitham/WallFlow/commit/a45d3b520b64058969986e6a2d0bb1c1125b876d

linsui commented 5 months ago

Thanks!