1 Star 0 Fork 0

lichenyangss / SmartMvvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
lichenyangss 提交于 2021-12-01 23:46 . no message
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.0'
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "com.android.tools.build:gradle:4.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
ext {
minSdkVersion = 21
targetSdkVersion = 30
compileSdkVersion = 30
coreVersion = '1.6.0'
core_ktxVersion = '1.5.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'
retrofitVersion = '2.9.0'
loggingVersion = '4.7.2'
lifecycleExtensionsVersion = '2.2.0'
lifecycleVersion = '2.3.1'
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Kotlin
1
https://gitee.com/lichenyangss/smart-mvvm.git
git@gitee.com:lichenyangss/smart-mvvm.git
lichenyangss
smart-mvvm
SmartMvvm
master

搜索帮助