Skip to content

Commit e2b3abf

Browse files
authored
Merge pull request #963 from microsoftgraph/feature/android-sdk-version
- bumps the target sdk version to latest
2 parents 8d3e43c + 0f85dc1 commit e2b3abf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
- package-ecosystem: gradle
9+
directory: "/android"
10+
schedule:
11+
interval: daily
12+
open-pull-requests-limit: 10
813
- package-ecosystem: maven
914
directory: "/"
1015
schedule:

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 31
26+
compileSdkVersion 32
2727

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

3535
buildTypes {

0 commit comments

Comments
 (0)