Updated AGP and dependencies

This commit is contained in:
Prathamesh More 2022-01-27 13:19:39 +05:30
parent 051a9d8ef9
commit c7d309f44a
5 changed files with 14 additions and 16 deletions

View file

@ -3,9 +3,9 @@
buildscript {
ext {
kotlin_version = '1.6.10'
navigation_version = '2.4.0-rc01'
navigation_version = '2.5.0-alpha01'
mdc_version = '1.5.0'
preference_version = '1.2.0-rc01'
preference_version = '1.2.0'
appcompat_version = '1.4.1'
}
@ -14,7 +14,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
}