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