Update dependencies

This commit is contained in:
Prathamesh More 2022-07-04 11:33:13 +05:30
parent 3493ad40ab
commit cff50fda3b
4 changed files with 6 additions and 6 deletions

View file

@ -3,12 +3,12 @@
buildscript {
ext {
kotlin_version = '1.7.0'
lifecycle_version='2.5.0-rc02'
navigation_version = '2.5.0-rc02'
lifecycle_version = '2.5.0'
navigation_version = '2.5.0'
mdc_version = '1.7.0-alpha02'
preference_version = '1.2.0'
appcompat_version = '1.4.2'
core_version='1.8.0'
core_version = '1.8.0'
}
repositories {