]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - build.gradle
Release 3.14.
[PrivacyBrowserAndroid.git] / build.gradle
index e275254add125349bd55b9486e0a5f137758e28e..e8aaa5dee67475a6beab836c5e2eb7cc0a4b77f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2016-2022 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
  *
@@ -26,8 +26,8 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.1.3'
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20"
+        classpath 'com.android.tools.build:gradle:8.0.1'
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
@@ -39,4 +39,4 @@ allprojects {
         google()
         mavenCentral()
     }
-}
\ No newline at end of file
+}