Upgrade gradle

This commit is contained in:
jacques 2021-10-16 08:39:47 +02:00
parent e35234eda1
commit 7de52268fd
2 changed files with 1 additions and 7 deletions

View file

@ -25,12 +25,6 @@ android {
versionName generateVersionName() // 1.2.3-SNAPSHOT versionName generateVersionName() // 1.2.3-SNAPSHOT
multiDexEnabled true multiDexEnabled true
} }
/* flavorDimensions "version"
productFlavors {
unsigned {
applicationIdSuffix ".unsigned"
}
}*/
buildTypes { buildTypes {
release { release {

View file

@ -9,7 +9,7 @@ buildscript {
google() google()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files