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 51d1357 + cc4d0c9 commit 2b7b0dcCopy full SHA for 2b7b0dc
android/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath "com.gradle:gradle-enterprise-gradle-plugin:3.13.3"
+ classpath "com.gradle:gradle-enterprise-gradle-plugin:3.13.4"
12
classpath "com.android.tools.build:gradle:8.0.2"
13
classpath "com.github.ben-manes:gradle-versions-plugin:0.47.0"
14
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
25
android {
26
namespace "com.microsoft.graph"
27
28
- compileSdkVersion 33
+ compileSdkVersion 34
29
30
defaultConfig {
31
versionCode 1
32
versionName "1.0"
33
minSdkVersion 26
34
- targetSdkVersion 33
+ targetSdkVersion 34
35
36
37
buildTypes {
0 commit comments