]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - build.gradle
Release 1.10.
[PrivacyCell.git] / build.gradle
index 70457335de86266093404068d0412595bc308428..428e4af4b2c89a4c77ec504471e12ed54c3dc768 100644 (file)
@@ -25,14 +25,14 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.4.2'
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
+        classpath 'com.android.tools.build:gradle:8.1.2'
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
     }
 }
 
-task clean(type: Delete) {
+tasks.register('clean', Delete) {
     delete rootProject.buildDir
 }