Remove support for external storage and raise target SDK to 31 (#1863)
This commit is contained in:
parent
545da8f79b
commit
493e869022
17 changed files with 161 additions and 517 deletions
|
@ -11,7 +11,7 @@ extensions.configure<TestedExtension> {
|
|||
setCompileSdkVersion(31)
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 29
|
||||
targetSdk = 31
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue