diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9881cb7c..8817c847 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ ext { appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' coordinatorLayoutVersion = '1.1.3' - databindingVersion = '3.5.3' + databindingVersion = '3.6.0' materialComponentsVersion = '1.1.0' jsr305Version = '3.0.2' kotlinVersion = '1.3.61' |