1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-21 20:08:16 +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

@@ -3,7 +3,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()
}
}