File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121 // Include the sdk as a dependency
2222 implementation 'com.microsoft.graph:microsoft-graph:3.5.0'
2323 // Uncomment the line below if you are building an android application
24- //implementation 'com.google.guava:guava:3.5.0 -android'
24+ //implementation 'com.google.guava:guava:30.1.1 -android'
2525 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
26- implementation 'com.azure:azure-identity:3.5.0 '
26+ implementation 'com.azure:azure-identity:1.2.5 '
2727}
2828```
2929
@@ -40,7 +40,7 @@ Add the dependency in `dependencies` in pom.xml
4040 <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4141 <groupId >com.azure</groupId >
4242 <artifactId >azure-identity</artifactId >
43- <version >3.5.0 </version >
43+ <version >1.2.5 </version >
4444</dependency >
4545```
4646
You can’t perform that action at this time.
0 commit comments