diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7c3c56cc..54ac3736 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { appcompatVersion = '1.3.1' biometricVersion = '1.1.0' collectionVersion = '1.1.0' - constraintLayoutVersion = '2.1.0' + constraintLayoutVersion = '2.1.1' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.6.0' coroutinesVersion = '1.5.2' |