[SKIP CI] Update Gradle and AGP, remove jcenter (#6493)

This commit is contained in:
arkon 2021-04-10 10:06:27 -04:00 committed by GitHub
parent 00d989ac6c
commit bf2424399a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -2,12 +2,12 @@ buildscript {
ext.kotlin_version = '1.4.10' ext.kotlin_version = '1.4.10'
ext.coroutines_version = '1.3.9' ext.coroutines_version = '1.3.9'
repositories { repositories {
mavenCentral()
google() google()
maven { url 'https://plugins.gradle.org/m2/' } maven { url 'https://plugins.gradle.org/m2/' }
jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.2' classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'org.jmailen.gradle:kotlinter-gradle:3.3.0' classpath 'org.jmailen.gradle:kotlinter-gradle:3.3.0'
@ -16,9 +16,9 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral()
google() google()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
jcenter()
} }
} }

View File

@ -3,5 +3,5 @@ plugins {
} }
repositories { repositories {
jcenter() mavenCentral()
} }

View File

@ -1,6 +1,5 @@
#Sat Feb 06 17:57:54 EST 2021
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip