X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=428e4af4b2c89a4c77ec504471e12ed54c3dc768;hp=70457335de86266093404068d0412595bc308428;hb=cabc84a43df2a418f7a9e82fd04fa2bebc7f6826;hpb=70e85c4e9c81fcceb0524c9db3cf781209852a8c diff --git a/build.gradle b/build.gradle index 7045733..428e4af 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }