Compile against SDK 33 (#2023)
* Compile against SDK 33 * autofill-parser: fix warnings for SDK 33 upgrade * app: fix warnings for SDK 33 upgrade * Mark all clipboard content as sensitive from crypto activities * Skip Snackbar on Android 13 and above * detekt: raise `TooManyFunctions` limit to 15
This commit is contained in:
parent
9cd2f5f446
commit
ade73fd5bc
29 changed files with 210 additions and 71 deletions
|
@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.configure
|
|||
object AndroidCommon {
|
||||
fun configure(project: Project) {
|
||||
project.extensions.configure<TestedExtension> {
|
||||
setCompileSdkVersion(32)
|
||||
setCompileSdkVersion(33)
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue