Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

29 lines
799 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
jcenter()
maven { url 'https://haibison.bitbucket.io/maven-repos' }
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
}
}
allprojects {
repositories {
mavenCentral()
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
}
}