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

@@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = '1.5.31'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@@ -14,7 +14,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}