Skip to content

Commit 6c46b2d

Browse files
Update build.gradle
1 parent 42783b7 commit 6c46b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)