Skip to content

Commit 1e7aa10

Browse files
committed
build: Bump min sdk version to 11
TextView.textIsSelectable need this
1 parent 101ae19 commit 1e7aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

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

99
defaultConfig {
1010
applicationId "xzr.hkf"
11-
minSdkVersion 5
11+
minSdkVersion 11
1212
targetSdkVersion 30
1313
versionCode 2
1414
versionName "1.1"

0 commit comments

Comments
 (0)