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 2cef05b + eed8322 commit 3762faaCopy full SHA for 3762faa
android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
10
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
11
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
12
- classpath "com.android.tools.build:gradle:8.9.0"
+ classpath "com.android.tools.build:gradle:8.9.1"
13
}
14
15
@@ -25,13 +25,13 @@ apply plugin: "com.github.ManifestClasspath"
25
android {
26
namespace 'com.microsoft.graph'
27
28
- compileSdkVersion 35
+ compileSdkVersion 36
29
30
defaultConfig {
31
versionCode 1
32
versionName "1.0"
33
minSdkVersion 26
34
- targetSdkVersion 35
+ targetSdkVersion 36
35
36
37
buildTypes {
0 commit comments