X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=build.gradle;h=8573ba5c6ae06bbf3f2e48f2c1514f454b2f34e7;hb=refs%2Fheads%2Fmaster;hp=b836ea8a26571680557189996142f3571cf0d828;hpb=f86528a305568aca6738e194a5e5330a85f6f993;p=PrivacyBrowserAndroid.git diff --git a/build.gradle b/build.gradle index b836ea8a..c963cfe3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* - * Copyright 2016-2023 Soren Stoutner . + * Copyright 2016-2024 Soren Stoutner . * - * This file is part of Privacy Browser Android . + * This file is part of Privacy Browser Android . * * Privacy Browser Android is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,8 +26,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.1.3' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22" + classpath 'com.android.tools.build:gradle:8.4.1' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files