Remove support for external storage and raise target SDK to 31 (#1863)

This commit is contained in:
Harsh Shandilya 2022-04-21 23:34:14 +05:30 committed by GitHub
parent 545da8f79b
commit 493e869022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 161 additions and 517 deletions

View file

@ -11,7 +11,7 @@ extensions.configure<TestedExtension> {
setCompileSdkVersion(31)
defaultConfig {
minSdk = 23
targetSdk = 29
targetSdk = 31
}
sourceSets {