We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7f05f commit 93bf4feCopy full SHA for 93bf4fe
gradle/dependencies.gradle
@@ -10,5 +10,5 @@ dependencies {
10
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
11
12
// Core Http library
13
- api 'com.microsoft.graph:microsoft-graph-core:1.0.6-SNAPSHOT' //TODO update version when releasing
+ api 'com.microsoft.graph:microsoft-graph-core:1.0.7-SNAPSHOT' //TODO update version when releasing
14
}
0 commit comments