File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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"
2323apply plugin : " com.github.ben-manes.versions"
2424
2525android {
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 {
You can’t perform that action at this time.
0 commit comments