1 Star 0 Fork 2

fly/GSYGithubAppKotlin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
CarGuo 提交于 2019-03-04 17:15 . fix build error
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.50'
ext.ktx_version = '0.3'
ext.android_support = '27.1.1'
ext.navigation_version = '1.0.0-alpha06'
ext.constraint_version = '2.0.0-alpha2'
ext.retrofit_version = '2.4.0'
ext.rx_version = '2.1.0'
ext.event_bus = '3.1.1'
ext.glide_version = '4.8.0'
ext.realm_version = '5.7.0'
ext.agentweb_version = '4.0.2'
ext.tabbar_version = '1.2.5'
ext.dagger_version = '2.17'
ext.iconics_version = '3.0.4@aar'
ext.okhttp3_version = '3.10.0'
ext.textfiled_box_version = '1.4.4'
ext.lifecycle_version = '1.1.1'
ext.spinkit_version = '1.2.0'
ext.gradle_version = '3.1.4'
ext.recycler_common_version = 'v4.0.6'
ext.gsy_image_load = 'v1.0.1'
ext.drop_menu_version = '1.0.4'
ext.arouter_api_versoion = '1.4.0'
ext.arouter_compiler_versoion = '1.2.1'
ext.anko_version='0.10.7'
ext.richtext_version='0.19.0'
ext.markwon_version='2.0.0'
ext.prism4j_version='1.1.0'
ext.dialogplus_version='1.11@aar'
ext.lottie_version='2.7.0'
ext.bugly_version='2.1.1'
ext.photoview_version='2.1.4'
ext.permission_version='3.0.1'
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$gradle_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.realm:realm-gradle-plugin:$realm_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/gaogaoyanjiu012/GSYGithubAppKotlin.git
git@gitee.com:gaogaoyanjiu012/GSYGithubAppKotlin.git
gaogaoyanjiu012
GSYGithubAppKotlin
GSYGithubAppKotlin
master

搜索帮助