diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-29 18:06:56 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | 33977d96c6d19a0696dcc08423baba925b219fc3 (patch) | |
tree | 752c432c30296e2780f0c9377960fbbdcff092c9 /kpref-activity | |
parent | 275db52ea976c86569fb4daf230a59a6f2606899 (diff) | |
download | kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.gz kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.bz2 kau-33977d96c6d19a0696dcc08423baba925b219fc3.zip |
Feature/gradle 4.x (#47)
* Update to api and implementation
* Update gradle
* Add missing dependency
* Update readme
* Update external dependencies
Diffstat (limited to 'kpref-activity')
-rw-r--r-- | kpref-activity/build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kpref-activity/build.gradle b/kpref-activity/build.gradle index e0849d4..62c069d 100644 --- a/kpref-activity/build.gradle +++ b/kpref-activity/build.gradle @@ -5,8 +5,9 @@ ext.kauSubModuleResourcePrefix = "kau_pref_" apply from: '../android-lib.gradle' dependencies { - compile project(':adapter') - compile project(':colorpicker') + implementation project(':core') + implementation project(':adapter') + implementation project(':colorpicker') } apply from: '../artifacts.gradle' |