Skip to content

Commit 7ccd28f

Browse files
author
maxim
committed
Jitpack setup
1 parent f311c03 commit 7ccd28f

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

android.modules.data.adapters/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ android {
3838

3939
dependencies {
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
}

android.modules.data.loaders/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ android {
3838

3939
dependencies {
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
}

android.modules.ui.mvp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

android.modules.ui.mvvm/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ android {
4949
dependencies {
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
}

android.modules.ui.routing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ android {
3030
dependencies {
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
}

android.modules.ui/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ android {
4444

4545
dependencies {
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
}

0 commit comments

Comments
 (0)