Skip to content

Commit 10a4acb

Browse files
committed
- bumps compile and target sdk version
1 parent af75db4 commit 10a4acb

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)