From aadc47d361f0e5bd16fece5c3980a3422da6802d Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Tue, 18 Oct 2022 15:56:57 +0200 Subject: [PATCH] Gradle build 7.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eea8892c..27250dd9 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin" }