From 7de52268fdf9286c10c87e061d7920fb6944a162 Mon Sep 17 00:00:00 2001 From: jacques Date: Sat, 16 Oct 2021 08:39:47 +0200 Subject: [PATCH] Upgrade gradle --- app/build.gradle | 6 ------ build.gradle | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cb14946..dd43b0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,12 +25,6 @@ android { versionName generateVersionName() // 1.2.3-SNAPSHOT multiDexEnabled true } -/* flavorDimensions "version" - productFlavors { - unsigned { - applicationIdSuffix ".unsigned" - } - }*/ buildTypes { release { diff --git a/build.gradle b/build.gradle index 5348c41..0f9d530 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' + classpath 'com.android.tools.build:gradle:7.0.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files