This standardizes the project sources and resources to follow a regular Android Gradle layout. Besides making the directory structure feel more familiar to anyone who has worked with Gradle based Android projects, this has the following benefits:
Improves representation of folders in Android Studio
Enables potential future use of build types and flavors
Removes a block of (now obsolete) configuration options from build.gradle (convention over configuration :))
Because the res folder was moved, this will also requires minor changes to the Buildbot - a pull request will follow shortly.
This standardizes the project sources and resources to follow a regular Android Gradle layout. Besides making the directory structure feel more familiar to anyone who has worked with Gradle based Android projects, this has the following benefits:
Because the
res
folder was moved, this will also requires minor changes to the Buildbot - a pull request will follow shortly.