We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0125f10 commit bcf19f7Copy full SHA for bcf19f7
1 file changed
packages/integrations/template/android/build.gradle
@@ -41,7 +41,8 @@ repositories {
41
42
43
dependencies {
44
- implementation '{{{dependency}}}'
45
-
46
- compileOnly project(":@segment_analytics-react-native")
+ api project(":@segment_analytics-react-native")
+ api('{{{dependency}}}') {
+ transitive = true
47
+ }
48
}
0 commit comments