mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
set proper minSdk
This commit is contained in:
parent
51101ae3b3
commit
f523f63ac5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ subprojects {
|
|||
compileSdkVersion(30)
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 24
|
||||
minSdk = 21
|
||||
targetSdk = 30
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue