2025-06-25 14:38:08 +08:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2025-09-01 10:53:05 +08:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
url "https://maven.aliyun.com/repository/public"
|
|
|
|
}
|
|
|
|
maven {
|
|
|
|
setUrl("https://jitpack.io")
|
|
|
|
content {
|
|
|
|
includeGroup("com.github.aasitnikov")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
classpath libs.kotlin.gradle.plugin
|
|
|
|
classpath libs.fat.aar.android
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2025-06-25 14:38:08 +08:00
|
|
|
plugins {
|
|
|
|
alias(libs.plugins.android.application) apply false
|
|
|
|
}
|