Skip to content

Commit df2cd22

Browse files
committed
build: Bump to sdk 31
1 parent eec2b65 commit df2cd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 30
7-
buildToolsVersion "30.0.3"
6+
compileSdkVersion 31
7+
buildToolsVersion '31.0.0'
88

99
defaultConfig {
1010
applicationId "xzr.hkf"
1111
minSdkVersion 11
12-
targetSdkVersion 30
12+
targetSdkVersion 31
1313
versionCode 2
1414
versionName "1.1"
1515
}

0 commit comments

Comments
 (0)