From 842fb50f3e3278dce8bc875404d9bfd7893c2dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:00:46 +0000 Subject: [PATCH 1/2] chore(deps): bump com.android.tools.build:gradle in /android Bumps com.android.tools.build:gradle from 8.9.0 to 8.9.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 287331d33e1..2714383b5ca 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE" classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" - classpath "com.android.tools.build:gradle:8.9.0" + classpath "com.android.tools.build:gradle:8.9.1" } } From eed83224131e23f24aeefb36c576ecd7a8768720 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 25 Mar 2025 07:54:57 -0400 Subject: [PATCH 2/2] ci: bumps target android sdk level --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2714383b5ca..b5d485159e0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,13 +25,13 @@ apply plugin: "com.github.ManifestClasspath" android { namespace 'com.microsoft.graph' - compileSdkVersion 35 + compileSdkVersion 36 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 35 + targetSdkVersion 36 } buildTypes {