Skip to content

Commit 1ca4918

Browse files
committed
Update compileSdk to 31
1 parent 701752d commit 1ca4918

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ task clean(type: Delete) {
3030
}
3131

3232
ext {
33-
compileSdkVersion = 30
34-
buildToolsVersion = "30.0.3"
33+
compileSdkVersion = 31
34+
buildToolsVersion = "31.0.0"
3535
minSdkVersion = 14
3636
targetSdkVersion = 29
3737

0 commit comments

Comments
 (0)