We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a55ff3 + 71b4738 commit 760e81fCopy full SHA for 760e81f
build.gradle
@@ -31,12 +31,12 @@ dependencies {
31
// Use JUnit test framework
32
testImplementation 'junit:junit:4.13'
33
34
- implementation 'com.google.code.gson:gson:2.8.6'
+ api 'com.google.code.gson:gson:2.8.6'
35
36
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
37
38
// Core Http library
39
- implementation 'com.microsoft.graph:microsoft-graph-core:1.0.4'
+ api 'com.microsoft.graph:microsoft-graph-core:1.0.4'
40
}
41
42
def pomConfig = {
0 commit comments