File tree Expand file tree Collapse file tree
android.modules.data.adapters
android.modules.data.loaders
android.modules.ui.routing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ android {
3838
3939dependencies {
4040 implementation project(' :android.modules.data' )
41- api " com.android.support:recyclerview-v7:$project . ANDROID_SUPPORT_VERSION "
41+ compileOnly " com.android.support:recyclerview-v7:$project . ANDROID_SUPPORT_VERSION "
4242}
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ android {
3838
3939dependencies {
4040 implementation project(' :android.modules.data' )
41- api " com.android.support:support-core-utils:$project . ANDROID_SUPPORT_VERSION "
41+ compileOnly " com.android.support:support-core-utils:$project . ANDROID_SUPPORT_VERSION "
4242}
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ dependencies {
4040 implementation project(' :android.modules' )
4141 implementation project(' :android.modules.ui' )
4242 implementation project(' :android.modules.data' )
43- api " com.android.support:support-annotations:$project . ANDROID_SUPPORT_VERSION "
44- api " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
43+ compileOnly " com.android.support:support-annotations:$project . ANDROID_SUPPORT_VERSION "
44+ compileOnly " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
4545}
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ android {
4949dependencies {
5050 implementation project(" :android.modules" )
5151 implementation project(" :android.modules.ui" )
52- api " com.android.support:appcompat-v7:$project . ANDROID_SUPPORT_VERSION "
53- api " android.arch.lifecycle:extensions:$project . ANDROID_ARCH_VERSION "
52+ compileOnly " com.android.support:appcompat-v7:$project . ANDROID_SUPPORT_VERSION "
53+ compileOnly " android.arch.lifecycle:extensions:$project . ANDROID_ARCH_VERSION "
5454}
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ android {
3030dependencies {
3131 implementation project(" :android.modules" )
3232 implementation project(" :android.modules.ui" )
33- api " com.android.support:support-annotations:$project . ANDROID_SUPPORT_VERSION "
34- api " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
33+ compileOnly " com.android.support:support-annotations:$project . ANDROID_SUPPORT_VERSION "
34+ compileOnly " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
3535}
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ android {
4444
4545dependencies {
4646 implementation project(' :android.modules' )
47- api " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
48- api " com.android.support:appcompat-v7:$project . ANDROID_SUPPORT_VERSION "
47+ compileOnly " com.android.support:support-fragment:$project . ANDROID_SUPPORT_VERSION "
48+ compileOnly " com.android.support:appcompat-v7:$project . ANDROID_SUPPORT_VERSION "
4949}
You can’t perform that action at this time.
0 commit comments