We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af75db4 commit 10a4acbCopy full SHA for 10a4acb
1 file changed
android/build.gradle
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
25
android {
26
namespace "com.microsoft.graph"
27
28
- compileSdkVersion 33
+ compileSdkVersion 34
29
30
defaultConfig {
31
versionCode 1
32
versionName "1.0"
33
minSdkVersion 26
34
- targetSdkVersion 33
+ targetSdkVersion 34
35
}
36
37
buildTypes {
0 commit comments