Upgrade Gradle to version 7.0.1 (#327)

* Upgrade Gradle to version 7.0.1

* Replace JCenter by Maven Central repository
This commit is contained in:
Juan Miguel Boyero Corral 2021-05-12 17:32:07 +02:00 committed by GitHub
parent a362be7749
commit 2b84724c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url 'https://oss.sonatype.org/content/repositories/ksoap2-android-releases' }
}

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists