Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit c54655a

Browse files
committed
[OPT] Change minSdkVersion from 21 to 16.
1 parent 441d75a commit c54655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lrcview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
buildToolsVersion "30.0.3"
77

88
defaultConfig {
9-
minSdkVersion 21
9+
minSdkVersion 16
1010
targetSdkVersion 31
1111
versionCode 1
1212
versionName "1.0.0"

0 commit comments

Comments
 (0)