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 a184950 + c12a3bf commit 895b05cCopy full SHA for 895b05c
build.gradle
@@ -6,8 +6,8 @@ buildscript {
6
lintVersion = '30.0.2'
7
8
// Upcoming lint target: Bumble Bee / AGP 7.1
9
- gradlePluginVersion = '7.1.0-alpha11'
10
- lintVersion = '30.1.0-alpha11'
+ gradlePluginVersion = '7.1.0-alpha12'
+ lintVersion = '30.1.0-alpha12'
11
}
12
13
repositories {
library/build.gradle
@@ -1,10 +1,10 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 30
+ compileSdkVersion 31
5
defaultConfig {
minSdkVersion 15
- targetSdkVersion 30
+ targetSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
0 commit comments