Updated MDC & Kotlin

This commit is contained in:
Prathamesh More 2022-04-20 19:54:28 +05:30
parent b9c580ca3f
commit 576f88ddbc

View file

@ -2,9 +2,9 @@
buildscript {
ext {
kotlin_version = '1.6.20'
kotlin_version = '1.6.21'
navigation_version = '2.4.2'
mdc_version = '1.6.0-beta01'
mdc_version = '1.6.0-rc01'
preference_version = '1.2.0'
appcompat_version = '1.4.1'
}