reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
713 stars 163 forks source link

misc fixes: ios, overridable java sources, android icons #803

Closed ali-abrar closed 1 year ago

chrbauer commented 1 year ago

Great Update, I tried it out and can install the android app on my phone.

But Play Store asks now for minimum Target API 31 when you upload a new app release bundle (*.aab).

Also on my system gradle prints a call stack, "it can not watch the file system". Nevertheless the build succeeds. Disabling file watching in gradle.properties didn't work, the build fails then.