Updated all dependencies

This commit is contained in:
CappielloAntonio 2021-07-16 18:39:28 +02:00
parent 91fd7a5b29
commit e676c84018
4 changed files with 19 additions and 17 deletions

View file

@ -5,8 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -17,7 +17,6 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}