Skip to content

Commit 3762faa

Browse files
Merge pull request #2341 from microsoftgraph/dependabot/gradle/android/com.android.tools.build-gradle-8.9.1
chore(deps): bump com.android.tools.build:gradle from 8.9.0 to 8.9.1 in /android
2 parents 2cef05b + eed8322 commit 3762faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
1010
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
1111
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
12-
classpath "com.android.tools.build:gradle:8.9.0"
12+
classpath "com.android.tools.build:gradle:8.9.1"
1313
}
1414
}
1515

@@ -25,13 +25,13 @@ apply plugin: "com.github.ManifestClasspath"
2525
android {
2626
namespace 'com.microsoft.graph'
2727

28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

0 commit comments

Comments
 (0)