Enabled OnBackInvokedCallback in all activities
This commit is contained in:
@ -22,7 +22,7 @@ android {
|
||||
}
|
||||
ndk {
|
||||
// noinspection ChromeOsAbiSupport
|
||||
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a"/*, "x86_64"*/))
|
||||
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86_64"))
|
||||
}
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user