]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - build.gradle
Handle content:// URLs in View Source. https://redmine.stoutner.com/issues/361
[PrivacyBrowserAndroid.git] / build.gradle
index b07a40b20ba074060a0dba0cb44ad9fa3a141ffe..01f38d5cda3563c48b9e3d598766f900bdd335f1 100644 (file)
 
 buildscript {
     repositories {
-        jcenter()
         google()
+        mavenCentral()
     }
     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.0'
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
@@ -35,7 +35,7 @@ buildscript {
 
 allprojects {
     repositories {
-        jcenter()
         google()
+        mavenCentral()
     }
 }
\ No newline at end of file