Skip to content

Commit 71b4738

Browse files
authored
- updates dependencies configuration to expose API level dependencies to consummers
1 parent 7a55ff3 commit 71b4738

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)