mirror of
https://github.com/googlesamples/mlkit.git
synced 2026-01-09 07:10:56 +08:00
Update repository config in build.gradle.
PiperOrigin-RevId: 603605996 Change-Id: I09a18821f15bc3eb1777c8d2351cac901384e540
This commit is contained in:
parent
839d69b1c9
commit
c7f3f3f616
@ -2,8 +2,9 @@ buildscript {
|
||||
ext.kotlin_version = '1.9.0'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||
@ -14,7 +15,11 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user