1 Star 0 Fork 42

姚鹏飞/CloudReader

forked from 景彬/CloudReader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
景彬 提交于 2021-03-10 00:04 . update to 3.5.0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// kotlin 版本
ext.kotlin_version = '1.3.31'
// anko 版本
ext.anko_version='0.10.8'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.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()
jcenter()
maven { url "https://jitpack.io" }
maven {
url "https://dl.google.com/dl/android/maven2/"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
// Define versions in a single place
ext {
// Support library and architecture components support minSdk 19 and above.
minSdkVersion = 19
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
// App dependencies
supportLibraryVersion = '28.0.0'
junitVersion = '4.12'
roomVersion = "1.1.1"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/yao-pengfei/CloudReader.git
git@gitee.com:yao-pengfei/CloudReader.git
yao-pengfei
CloudReader
CloudReader
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385