Update Gradle wrapper and other dependencies

This commit is contained in:
Prathamesh More 2023-03-06 21:38:41 +05:30
parent 57b14460dc
commit c441674943
4 changed files with 9 additions and 8 deletions

View file

@ -2,12 +2,12 @@
buildscript {
ext {
lifecycle_version = '2.5.1'
lifecycle_version = '2.6.0-rc01'
navigation_version = '2.5.3'
mdc_version = '1.9.0-alpha02'
preference_version = '1.2.0'
appcompat_version = '1.6.1'
core_version = '1.9.0'
core_version = '1.10.0-beta01'
}
repositories {
@ -16,12 +16,12 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
}
}
plugins {
id "com.github.ben-manes.versions" version "0.42.0"
id "com.github.ben-manes.versions" version "0.46.0"
id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false
}