Skip to content

Commit 34925f8

Browse files
committed
- upgrades android sdk version to latest and adds missing dependabot configuration
1 parent 785c8c6 commit 34925f8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.6"
12-
classpath "com.android.tools.build:gradle:4.1.3"
13-
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
11+
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.7.2"
12+
classpath "com.android.tools.build:gradle:7.0.4"
13+
classpath "com.github.ben-manes:gradle-versions-plugin:0.39.0"
1414
}
1515
}
1616

@@ -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)