diff options
Diffstat (limited to 'sample/build.gradle')
-rw-r--r-- | sample/build.gradle | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle index 66fc619..11b7a60 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -10,7 +10,7 @@ android { buildToolsVersion project.BUILD_TOOLS androidGitVersion { - codeFormat = 'MMNNPP' + codeFormat = 'MMNNPPBB' prefix 'v' } @@ -37,7 +37,13 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) + compile project(':about') + compile project(':adapter') + compile project(':colorpicker') compile project(':core') + compile project(':core-ui') + compile project(':kpref-activity') + compile project(':searchbar') compile project(':imagepicker') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' |