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