1 Star 0 Fork 119

haha/QMUI-Android

forked from 腾讯开源/QMUI-Android 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle.kts 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
cgspine 提交于 2021-12-17 14:40 . feat: compose init and modal and flipper.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
import com.qmuiteam.plugin.Dep
buildscript {
repositories {
mavenCentral()
google()
mavenLocal()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
}
}
plugins {
id("qmui-dep")
}
subprojects {
group = Dep.QMUI.group
}
allprojects {
repositories {
mavenCentral()
google()
mavenLocal()
}
// ext {
// minSdkVersion = 21
// targetSdkVersion = 30
// compileSdkVersion = 30
// coreVersion='1.6.0'
// appcompatVersion= '1.3.1'
// materialVersion='1.4.0'
// annotationVersion='1.2.0'
// butterknifeVersion = '10.1.0'
// constraintLayoutVersion = "2.1.0"
// mmkvVersion = '1.0.23'
// junitVersion='4.13.2'
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/twain_yanbo/QMUI-Android.git
[email protected]:twain_yanbo/QMUI-Android.git
twain_yanbo
QMUI-Android
QMUI-Android
master

搜索帮助