Skip to content

Commit 3a9cdb2

Browse files
committed
app/build.grade: compileSdk 30 -> 31
Required for newer versions of some dependencies
1 parent e865c43 commit 3a9cdb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
android {
11-
compileSdk 30
11+
compileSdk 31
1212
buildToolsVersion '30.0.3'
1313

1414
defaultConfig {

0 commit comments

Comments
 (0)