Skip to content

Commit 760e81f

Browse files
authored
Merge pull request #496 from microsoftgraph/bugfix/dependencies-api
- updates dependencies configuration to expose API level dependencies…
2 parents 7a55ff3 + 71b4738 commit 760e81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ dependencies {
3131
// Use JUnit test framework
3232
testImplementation 'junit:junit:4.13'
3333

34-
implementation 'com.google.code.gson:gson:2.8.6'
34+
api 'com.google.code.gson:gson:2.8.6'
3535

3636
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
3737

3838
// Core Http library
39-
implementation 'com.microsoft.graph:microsoft-graph-core:1.0.4'
39+
api 'com.microsoft.graph:microsoft-graph-core:1.0.4'
4040
}
4141

4242
def pomConfig = {

0 commit comments

Comments
 (0)