rename F-Droid/ to app/ following standard project structure
F-Droid follows the standard Android/gradle project structure pretty closely, except for one small detail: instead of having the app code in a folder called `app/` it is in a folder called `F-Droid/`.
Could we rename `F-Droid/` to `app/` (and change it in settings.gradle)?
issue