Update dependencies and gradle

This commit is contained in:
Koitharu
2021-03-29 19:48:48 +03:00
parent b17d8efa5c
commit d9d0656ef4
4 changed files with 23 additions and 11 deletions

View File

@@ -2,11 +2,17 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
jcenter {
content {
// https://youtrack.jetbrains.com/issue/IDEA-261387
includeModule 'org.jetbrains.trove4j', 'trove4j'
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -16,7 +22,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://jitpack.io'
}