DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.64k stars 833 forks source link

android apps can't build if app name has a dash in the title #3218

Closed jkelleyrtp closed 1 week ago

jkelleyrtp commented 1 week ago

Problem

An app like dog-app causes gradle to fail since Android apps can't have dashes in the bundle identifier. We should either convert the dashes to underscores or simply drop them.