diff options
| author | 2023-03-19 23:40:26 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:44 -0700 | |
| commit | e49e6cac7e890832500da1d371ca62eceea0c9a1 (patch) | |
| tree | ce43621953ee9c8bc856cb4d228ce064fcad3b63 /src/android | |
| parent | android: Refactor CheckBoxSetting to SwitchSetting (diff) | |
| download | yuzu-e49e6cac7e890832500da1d371ca62eceea0c9a1.tar.gz yuzu-e49e6cac7e890832500da1d371ca62eceea0c9a1.tar.xz yuzu-e49e6cac7e890832500da1d371ca62eceea0c9a1.zip | |
android: Enable view binding
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 7e2717b11..7539c27f6 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle | |||
| @@ -17,6 +17,8 @@ android { | |||
| 17 | compileSdkVersion 33 | 17 | compileSdkVersion 33 |
| 18 | ndkVersion "25.2.9519653" | 18 | ndkVersion "25.2.9519653" |
| 19 | 19 | ||
| 20 | viewBinding.enabled = true | ||
| 21 | |||
| 20 | compileOptions { | 22 | compileOptions { |
| 21 | sourceCompatibility JavaVersion.VERSION_11 | 23 | sourceCompatibility JavaVersion.VERSION_11 |
| 22 | targetCompatibility JavaVersion.VERSION_11 | 24 | targetCompatibility JavaVersion.VERSION_11 |