We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d3e43c + 0f85dc1 commit e2b3abfCopy full SHA for e2b3abf
.github/dependabot.yml
@@ -5,6 +5,11 @@ updates:
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
+- package-ecosystem: gradle
9
+ directory: "/android"
10
+ schedule:
11
+ interval: daily
12
+ open-pull-requests-limit: 10
13
- package-ecosystem: maven
14
directory: "/"
15
android/build.gradle
@@ -23,13 +23,13 @@ apply plugin: "com.android.library"
23
apply plugin: "com.github.ben-manes.versions"
24
25
android {
26
- compileSdkVersion 31
+ compileSdkVersion 32
27
28
defaultConfig {
29
versionCode 1
30
versionName "1.0"
31
minSdkVersion 26
32
- targetSdkVersion 31
+ targetSdkVersion 32
33
}
34
35
buildTypes {
0 commit comments