Markwon/settings.gradle
2018-11-26 16:46:55 +03:00

14 lines
386 B
Groovy

rootProject.name = 'MarkwonProject'
include ':app',
':markwon',
':markwon-ext-strikethrough',
':markwon-ext-tables',
':markwon-ext-tasklist',
':markwon-image-svg',
':markwon-image-gif',
':markwon-syntax-highlight',
':markwon-html',
':markwon-view',
':sample-custom-extension',
':sample-latex-math'