diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-19 23:40:26 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 00:05:44 -0700 |
commit | e49e6cac7e890832500da1d371ca62eceea0c9a1 (patch) | |
tree | ce43621953ee9c8bc856cb4d228ce064fcad3b63 /src | |
parent | 4de3abdd5a3b2e13af7d7bc5b82f09c06830e32a (diff) |
android: Enable view binding
Diffstat (limited to 'src')
-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 { compileSdkVersion 33 ndkVersion "25.2.9519653" + viewBinding.enabled = true + compileOptions { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 |