Skip to content

Commit 1f7694a

Browse files
committed
- reverts wrongful version bump
1 parent 676d633 commit 1f7694a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)