TellMeNotice/build.gradle
zilinsoft 99ae79d96e 2025-06-27 V1.1.0
- *.[新增]支持开启和暂停监控。
- *.[改进]忽略米家app手表连接的消息。
- *.[改进]忽略滴滴出行的天气提醒。
2025-06-27 11:15:08 +08:00

27 lines
710 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
//maven { url 'https://jitpack.io' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}