Skip to content

Commit 895b05c

Browse files
authored
Merge pull request #57 from tiembo/ts/update_versions
Update versions of AGP, Lint, and SDK
2 parents a184950 + c12a3bf commit 895b05c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
lintVersion = '30.0.2'
77

88
// Upcoming lint target: Bumble Bee / AGP 7.1
9-
gradlePluginVersion = '7.1.0-alpha11'
10-
lintVersion = '30.1.0-alpha11'
9+
gradlePluginVersion = '7.1.0-alpha12'
10+
lintVersion = '30.1.0-alpha12'
1111
}
1212

1313
repositories {

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 30
4+
compileSdkVersion 31
55
defaultConfig {
66
minSdkVersion 15
7-
targetSdkVersion 30
7+
targetSdkVersion 31
88
}
99
compileOptions {
1010
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)