deps: update
kotlin -> 1.8.10 AGP -> 7.4.2
This commit is contained in:
parent
a4f998cf36
commit
4f7ed359ae
2 changed files with 3 additions and 2 deletions
|
@ -128,6 +128,7 @@ dependencies {
|
|||
kapt "com.google.dagger:dagger-compiler:$dagger_version"
|
||||
implementation "com.google.dagger:hilt-android:$hilt_version"
|
||||
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
|
||||
|
||||
// Testing
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.8.0'
|
||||
kotlin_version = '1.8.10'
|
||||
navigation_version = "2.5.3"
|
||||
hilt_version = '2.45'
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.4.1'
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.15.0"
|
||||
|
|
Loading…
Reference in a new issue