diff --git a/android/app/build.gradle b/android/app/build.gradle index 1b11674..1b514cb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -73,6 +73,7 @@ android { buildFeatures { aidl true dataBinding true + viewBinding true buildConfig true } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 21fce7a..281c3fd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -36,7 +36,10 @@ - + + + + + + + + + + + + + + +