clementine-player / Android-Remote

Control Clementine from your Android device
GNU General Public License v3.0
198 stars 80 forks source link

Move directory structure to standard Gradle layout #120

Closed friederbluemle closed 9 years ago

friederbluemle commented 9 years ago

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:

  1. Improves representation of folders in Android Studio
  2. Enables potential future use of build types and flavors
  3. 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.

friederbluemle commented 9 years ago

Here is the PR for Buildbot: https://github.com/clementine-player/Buildbot/pull/2