mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
android: Enable view binding
This commit is contained in:
parent
4de3abdd5a
commit
e49e6cac7e
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ android {
|
|||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
|
||||
viewBinding.enabled = true
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
|
|
Loading…
Reference in a new issue