1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Migrate from jcenter to mavenCentral (#1230)

This commit is contained in:
Brett Morgan
2022-05-10 08:25:41 +10:00
committed by GitHub
parent e8b2bec22a
commit c36fee3294
7 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.6.0'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
@@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}