We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ddd65d + 104019f commit f623464Copy full SHA for f623464
1 file changed
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 30
+ compileSdkVersion 31
27
28
defaultConfig {
29
versionCode 1
30
versionName "1.0"
31
minSdkVersion 26
32
- targetSdkVersion 30
+ targetSdkVersion 31
33
}
34
35
buildTypes {
0 commit comments