Change minSdkVersion from 21 to 24 since isInPictureInPictureMode requires 24
This commit is contained in:
parent
ac098c4062
commit
c95f25b584
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "io.lbry.browser"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 30
|
||||
versionCode 1613
|
||||
versionName "0.16.13"
|
||||
|
|
Loading…
Reference in a new issue