Skip to content

Commit 04e3d8b

Browse files
authored
Merge pull request #1105 from microsoftgraph/feature/api-level
- bumps the android api level to latest to avoid build failures
2 parents 8496413 + fd3d5a0 commit 04e3d8b

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.android.library"
2323
apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
26-
compileSdkVersion 32
26+
compileSdkVersion 33
2727

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

3535
buildTypes {

0 commit comments

Comments
 (0)