Revert "android: set android:enableOnBackInvokedCallback="true""

This reverts commit fe41c885e4.
This commit is contained in:
Harsh Shandilya 2022-08-07 16:18:19 +05:30
parent 23546db192
commit a0fdd25979
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 11 additions and 12 deletions

View file

@ -14,10 +14,10 @@ class AndroidCommonPlugin : Plugin<Project> {
override fun apply(project: Project) {
project.pluginManager.apply(AndroidCacheFixPlugin::class)
project.extensions.findByType<TestedExtension>()?.run {
setCompileSdkVersion(33)
setCompileSdkVersion(32)
defaultConfig {
minSdk = 26
targetSdk = 33
targetSdk = 32
}
sourceSets {