2023-08-22 16:30:58 +08:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
maven { url 'https://maven.aliyun.com/repository/public/' }
|
2023-08-28 18:15:38 +08:00
|
|
|
maven { url 'https://jitpack.io' }
|
2023-08-22 16:30:58 +08:00
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.android.tools.build:gradle:4.0.2'
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
id 'com.android.application' version '7.3.1' apply false
|
|
|
|
id 'com.android.library' version '7.3.1' apply false
|
|
|
|
}
|
|
|
|
|