Update dependencies

This commit is contained in:
Prathamesh More 2022-07-28 21:41:25 +05:30
parent 80df8aa037
commit 50f2719832
2 changed files with 5 additions and 5 deletions

View file

@ -3,11 +3,11 @@
buildscript {
ext {
kotlin_version = '1.7.10'
lifecycle_version = '2.5.0'
navigation_version = '2.5.0'
lifecycle_version = '2.5.1'
navigation_version = '2.5.1'
mdc_version = '1.7.0-alpha03'
preference_version = '1.2.0'
appcompat_version = '1.5.0-beta01'
appcompat_version = '1.5.0-rc01'
core_version = '1.8.0'
}