1 Star 0 Fork 0

oper880/AutoTask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
SILAMT 提交于 1年前 . v1.1.3r03
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compile_sdk_version = 34
min_sdk_version = 24
target_sdk_version = 34
kotlin_version = "1.8.21"
refine_version = '4.4.0'
shizuku_version = '13.1.5'
ktor_version = '2.3.5'
appcompat_version = "1.6.1"
coroutine_version = '1.7.3'
serialization_version = '1.6.21'
ktx_version = '1.12.0'
}
def localProperties = new Properties()
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
repositories {
google()
mavenCentral()
maven {
url = uri("https://maven.pkg.github.com/open-obfuscator/dProtect")
credentials {
username = localProperties.getProperty("gpr.user")
password = localProperties.getProperty("gpr.token")
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "dev.rikka.tools.refine:gradle-plugin:$refine_version"
// classpath 're.obfuscator:dprotect-gradle:1.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/detechn/AutoTask.git
git@gitee.com:detechn/AutoTask.git
detechn
AutoTask
AutoTask
master

搜索帮助