From 9dd6249d634c8b70d152907a4cda80da1626cddc Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 18 Oct 2018 00:30:47 -0400 Subject: Fix/kprefseekbar builder (#174) * Convert seekbar fields to getters * Make getters inline * Add spacing in readme, resolves #173 * Placeholder commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c0963c..edf6878 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Note that if you use any particular submodule, it will automatically include all ```gradle dependencies { - //All submodules extend this + // all submodules extend this implementation "ca.allanwang.kau:core:$KAU" - //All submodules with extensive ui extend this + // all submodules with extensive ui extend this implementation "ca.allanwang.kau:core-ui:$KAU" implementation "ca.allanwang.kau:about:$KAU" -- cgit v1.2.3