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.
1 parent 7a55ff3 commit 71b4738Copy full SHA for 71b4738
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