Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit ec8b3dd

Browse files
author
Rohan Harrison
committed
Transitive Gradle Deps
1 parent b808af0 commit ec8b3dd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ buildscript {
1616
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
1717
classpath 'gradle.plugin.org.codehaus.groovy:groovy-android-gradle-plugin:3.0.0'
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
19+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1920
}
2021
}
2122

rxandroidble/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ androidGroovy {
5454
dependencies {
5555
api rootProject.ext.libs.rxjava
5656
api rootProject.ext.libs.annotations
57-
implementation rootProject.ext.libs.rxrelay
58-
implementation project(path: ':dagger-library-shadow', transitive: false, configuration: 'shadow')
57+
api rootProject.ext.libs.rxrelay
58+
api project(path: ':dagger-library-shadow', transitive: false, configuration: 'shadow')
5959
annotationProcessor project(path: ':dagger-compiler-shadow', transitive: false, configuration: 'shadow')
6060

6161
// Test dependencies

0 commit comments

Comments
 (0)