Skip to content

Commit d30cd7b

Browse files
committed
Bump compile and target android sdk versions
1 parent d3043a3 commit d30cd7b

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.ManifestClasspath"
2525
android {
2626
namespace 'com.microsoft.graph'
2727

28-
compileSdkVersion 34
28+
compileSdkVersion 35
2929

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

3737
buildTypes {

0 commit comments

Comments
 (0)