Skip to content

Commit 2f81a2a

Browse files
authored
Bump android compiler
1 parent ccda357 commit 2f81a2a

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
@@ -23,13 +23,13 @@ apply plugin: "com.github.ben-manes.versions"
2323
android {
2424
namespace "com.microsoft.graph"
2525

26-
compileSdkVersion 34
26+
compileSdkVersion 35
2727

2828
defaultConfig {
2929
versionCode 1
3030
versionName "1.0"
3131
minSdkVersion 26
32-
targetSdkVersion 34
32+
targetSdkVersion 35
3333
}
3434

3535
buildTypes {

0 commit comments

Comments
 (0)