Update Gradle and Gradle wrapper for Android Studio 2021.1.1

This commit is contained in:
MM20 2022-01-26 12:51:16 +01:00
parent 85b8f3f615
commit 7a48a148ff
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ android {
}
lint {
isAbortOnError = false
abortOnError = false
}
}

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.0-alpha03")
classpath("com.android.tools.build:gradle:7.1.0")
classpath(libs.kotlin.gradle)
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Mon Aug 16 10:19:49 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

View File

@ -44,7 +44,7 @@ android {
}
lint {
isAbortOnError = false
abortOnError = false
}
}