Skip to content

Commit eed8322

Browse files
committed
ci: bumps target android sdk level
1 parent 842fb50 commit eed8322

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 35
28+
compileSdkVersion 36
2929

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

3737
buildTypes {

0 commit comments

Comments
 (0)