mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-05 00:35:29 +00:00
Remove support for external storage and raise target SDK to 31 (#1863)
This commit is contained in:
@@ -11,7 +11,7 @@ extensions.configure<TestedExtension> {
|
||||
setCompileSdkVersion(31)
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 29
|
||||
targetSdk = 31
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
Reference in New Issue
Block a user