X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=70457335de86266093404068d0412595bc308428;hp=5f4a00532056415c4deb0ac85df682c3e826baed;hb=70e85c4e9c81fcceb0524c9db3cf781209852a8c;hpb=53f5dd586d2e9eb38280648b9084db15163fe682 diff --git a/build.gradle b/build.gradle index 5f4a005..7045733 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Soren Stoutner . + * Copyright 2021-2023 Soren Stoutner . * * This file is part of Privacy Cell . * @@ -25,8 +25,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" + classpath 'com.android.tools.build:gradle:7.4.2' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files