mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
Revert "android: set android:enableOnBackInvokedCallback="true"
"
This reverts commit fe41c885e4
.
This commit is contained in:
parent
23546db192
commit
a0fdd25979
2 changed files with 11 additions and 12 deletions
|
@ -5,7 +5,6 @@
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application
|
<application
|
||||||
android:name=".ClawApplication"
|
android:name=".ClawApplication"
|
||||||
android:enableOnBackInvokedCallback="true"
|
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
android:roundIcon="@mipmap/ic_launcher"
|
||||||
|
|
|
@ -14,10 +14,10 @@ class AndroidCommonPlugin : Plugin<Project> {
|
||||||
override fun apply(project: Project) {
|
override fun apply(project: Project) {
|
||||||
project.pluginManager.apply(AndroidCacheFixPlugin::class)
|
project.pluginManager.apply(AndroidCacheFixPlugin::class)
|
||||||
project.extensions.findByType<TestedExtension>()?.run {
|
project.extensions.findByType<TestedExtension>()?.run {
|
||||||
setCompileSdkVersion(33)
|
setCompileSdkVersion(32)
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 33
|
targetSdk = 32
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue