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 2cbf20b commit 0b6fc9bCopy full SHA for 0b6fc9b
CHANGELOG.md
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+## [0.46.0] - 2022-04-22
15
+
16
+### Added
17
18
+### Changed
19
20
+- Bump dependency on Graph-Core to 2.0.12
21
22
## [0.45.0] - 2022-04-12
23
24
### Added
gradle/dependencies.gradle
@@ -11,5 +11,5 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
// Core Http library
- api 'com.microsoft.graph:microsoft-graph-core:2.0.11'
+ api 'com.microsoft.graph:microsoft-graph-core:2.0.12'
}
0 commit comments