Browse Source

android: Enable view binding

pull/15/merge
Charles Lombardo 3 years ago
committed by bunnei
parent
commit
e49e6cac7e
  1. 2
      src/android/app/build.gradle

2
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

Loading…
Cancel
Save