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.
2 parents 263da61 + 2f81a2a commit 24c0fccCopy full SHA for 24c0fcc
android/build.gradle
@@ -23,13 +23,13 @@ apply plugin: "com.github.ben-manes.versions"
23
android {
24
namespace "com.microsoft.graph"
25
26
- compileSdkVersion 34
+ compileSdkVersion 35
27
28
defaultConfig {
29
versionCode 1
30
versionName "1.0"
31
minSdkVersion 26
32
- targetSdkVersion 34
+ targetSdkVersion 35
33
}
34
35
buildTypes {
pom.xml
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>org.junit.jupiter</groupId>
45
<artifactId>junit-jupiter-params</artifactId>
46
- <version>5.10.2</version>
+ <version>5.10.3</version>
47
<scope>test</scope>
48
</dependency>
49
0 commit comments