Skip to content
Snippets Groups Projects
Commit e1acc0ec authored by Benoit Marty's avatar Benoit Marty
Browse files

Update main build.gradle file

parent bf90d76c
No related branches found
No related tags found
No related merge requests found
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.4.20' // Ref: https://kotlinlang.org/releases.html
ext.kotlin_coroutines_version = "1.4.1" ext.kotlin_version = '1.4.31'
ext.kotlin_coroutines_version = "1.4.2"
repositories { repositories {
google() google()
jcenter() jcenter()
...@@ -11,7 +12,7 @@ buildscript { ...@@ -11,7 +12,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.1' classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
...@@ -31,10 +32,6 @@ allprojects { ...@@ -31,10 +32,6 @@ allprojects {
includeGroupByRegex "com\\.github\\.Zhuinden" includeGroupByRegex "com\\.github\\.Zhuinden"
} }
} }
// Jitsi repo
maven {
url "https://github.com/vector-im/jitsi_libre_maven/raw/master/android-sdk-2.9.3"
}
google() google()
jcenter() jcenter()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment