news-android/settings.gradle
Daniel Schaal fbb4af0015 Use RecyclerView and DrawerLayout for Detail List
* Replace the ListView in the NewsReaderDetailFragment with a
  RecyclerView
* Replace the SlidingPaneLayout with a DrawerLayout
* Add a header to the DrawerLayout with the owncloud logo as a
  background, show the current user and owncloud url in the header
* Remove the ShowcaseView submodule
2015-07-19 08:31:05 +02:00

5 lines
No EOL
213 B
Groovy

include ':News-Android-App', ':ownCloud-Account-Importer'
include ':Changeloglib:ChangeLogLibrary'
include 'customtabs'
project(':customtabs').projectDir = new File(settingsDir, './custom-tabs-client/customtabs')