From e1acc0ec0ce534a48958a1af627098ea1a76e12b Mon Sep 17 00:00:00 2001
From: Benoit Marty <benoit@matrix.org>
Date: Wed, 10 Mar 2021 22:22:10 +0100
Subject: [PATCH] Update main build.gradle file

---
 build.gradle | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/build.gradle b/build.gradle
index 19a24455..f8730fb5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,9 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 
 buildscript {
-    ext.kotlin_version = '1.4.20'
-    ext.kotlin_coroutines_version = "1.4.1"
+    // Ref: https://kotlinlang.org/releases.html
+    ext.kotlin_version = '1.4.31'
+    ext.kotlin_coroutines_version = "1.4.2"
     repositories {
         google()
         jcenter()
@@ -11,7 +12,7 @@ buildscript {
         }
     }
     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"
 
         // NOTE: Do not place your application dependencies here; they belong
@@ -31,10 +32,6 @@ allprojects {
                 includeGroupByRegex "com\\.github\\.Zhuinden"
             }
         }
-        // Jitsi repo
-        maven {
-            url "https://github.com/vector-im/jitsi_libre_maven/raw/master/android-sdk-2.9.3"
-        }
         google()
         jcenter()
     }
-- 
GitLab