Update dependencies & application version.

This commit is contained in:
Thomas Andres Gomez 2022-06-21 17:47:34 +02:00
parent 4f3fabc4d6
commit 52cfe78b6e
4 changed files with 20 additions and 21 deletions

View file

@ -1,8 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = "1.6.10"
}
repositories {
google()
@ -10,8 +7,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.5"
}
}