summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/android/app/build.gradle2
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