X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=build.gradle;h=319c598f0752b4d4927201db785c57ca4c2017b5;hp=9fb54db3debafb5f2dfcd211f14ef3772cb6420b;hb=ab11ca2de00c56982e46627c8e7fc670462b0b3c;hpb=606b5659cfd41c546fcbf248dcde72fd3c60d1c3 diff --git a/build.gradle b/build.gradle index 9fb54db3..319c598f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2016-2020 Soren Stoutner . + * Copyright © 2016-2021 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -21,12 +21,13 @@ buildscript { repositories { - jcenter() google() + mavenCentral() } + dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20" + classpath 'com.android.tools.build:gradle:7.0.4' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -35,7 +36,7 @@ buildscript { allprojects { repositories { - jcenter() google() + mavenCentral() } } \ No newline at end of file