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