X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=build.gradle;h=509939b6b8291b7dcbce28e6447db0bef2ded4bb;hp=f5dea9581f6b5436e301b6d1048c348230871953;hb=7e0198f9aef9900b2c400b278e08f3e8273f2593;hpb=ca7516a7edb9e06d0f9fe9186513986cd82be716 diff --git a/build.gradle b/build.gradle index f5dea958..509939b6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2016-2019 Soren Stoutner . + * Copyright © 2016-2021 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -25,7 +25,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + 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