1 Star 0 Fork 79

luffyzhao的仓库/easyble-x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
zeng_fs 提交于 2024-07-19 15:42 . 1、搜索结果解析放在子线程;
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compileSdkVersion = 31
minSdkVersion = 21
targetSdkVersion = 31
kotlin_version = '1.7.10'
}
repositories {
google()
// mavenCentral()
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()
// mavenCentral()
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://jitpack.io' }
}
// 指定编码
tasks.withType(JavaCompile).configureEach {
options.encoding = "UTF-8"
}
tasks.withType(Javadoc).tap {
configureEach {
enabled = false
options {
encoding "UTF-8"
charSet 'UTF-8'
}
options.addStringOption('Xdoclint:none', '-quiet')
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/luffyzhao/easyble-x.git
git@gitee.com:luffyzhao/easyble-x.git
luffyzhao
easyble-x
easyble-x
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385