X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=build.gradle;h=509939b6b8291b7dcbce28e6447db0bef2ded4bb;hp=3cdc9df9262be844445583148252bc9f22ba4cc5;hb=7e0198f9aef9900b2c400b278e08f3e8273f2593;hpb=39380e8e8bdb3b9e29569a263277c9c3112b44ac diff --git a/build.gradle b/build.gradle index 3cdc9df9..509939b6 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 . * @@ -25,8 +25,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10" + 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