diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-28 22:35:19 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-28 22:35:19 +0200 |
commit | 9035bac3ff801bb982bf54b02c0e9850d6afbc22 (patch) | |
tree | 5ffc2f5440ca70272bc9f4114d1a1794f5203152 /app/build.gradle | |
parent | c7f46a5deb9a4b5707440ea5dd125c25584e6469 (diff) |
Update dashboard UI and feature
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0940721..4cf81a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' + id 'kotlin-kapt' } android { @@ -84,6 +85,10 @@ android { aaptOptions { additionalParameters '-I', 'app/libs/e-ui-sdk-1.0.1-q.jar' } + + buildFeatures { + dataBinding true + } } dependencies { |