Skip to content

Commit 2b7b0dc

Browse files
authored
Merge pull request #925 from microsoftgraph/dependabot/gradle/android/com.gradle-gradle-enterprise-gradle-plugin-3.13.4
chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin from 3.13.3 to 3.13.4 in /android
2 parents 51d1357 + cc4d0c9 commit 2b7b0dc

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
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.13.3"
11+
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.13.4"
1212
classpath "com.android.tools.build:gradle:8.0.2"
1313
classpath "com.github.ben-manes:gradle-versions-plugin:0.47.0"
1414
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525
android {
2626
namespace "com.microsoft.graph"
2727

28-
compileSdkVersion 33
28+
compileSdkVersion 34
2929

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

3737
buildTypes {

0 commit comments

Comments
 (0)