1 Star 11 Fork 0

山轮纸 / QinLauncher2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
山轮纸 提交于 2023-09-21 19:00 . 标准桌面下的小组件
buildscript {
repositories {
maven {url 'https://maven.aliyun.com/repository/central' }
maven {url 'https://maven.aliyun.com/repository/public' }
maven {url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven {url 'https://maven.aliyun.com/repository/apache-snapshots' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "io.realm:realm-gradle-plugin:10.16.1"
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/shanlunzhi/qin-launcher2.git
git@gitee.com:shanlunzhi/qin-launcher2.git
shanlunzhi
qin-launcher2
QinLauncher2
v0.6.x

搜索帮助