mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 17:49:48 -06:00
Merge pull request #11092 from t895/view-binding
Android: Use view binding
This commit is contained in:
@ -4,6 +4,8 @@ android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.0.8775105"
|
||||
|
||||
viewBinding.enabled = true
|
||||
|
||||
compileOptions {
|
||||
// Flag to enable support for the new language APIs
|
||||
coreLibraryDesugaringEnabled true
|
||||
|
Reference in New Issue
Block a user