mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +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)
|
compileSdkVersion(30)
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 24
|
minSdk = 21
|
||||||
targetSdk = 30
|
targetSdk = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue