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 dcf8e0d + dc37936 commit 7344d41Copy full SHA for 7344d41
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
7
dependencies {
8
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
9
- classpath "com.android.tools.build:gradle:8.9.0"
+ classpath "com.android.tools.build:gradle:8.9.1"
10
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
11
}
12
@@ -23,13 +23,13 @@ apply plugin: "com.github.ben-manes.versions"
23
android {
24
namespace "com.microsoft.graph"
25
26
- compileSdkVersion 35
+ compileSdkVersion 36
27
28
defaultConfig {
29
versionCode 1
30
versionName "1.0"
31
minSdkVersion 26
32
- targetSdkVersion 35
+ targetSdkVersion 36
33
34
35
buildTypes {
0 commit comments