1 Star 0 Fork 0

陶海理 / Game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.gradle 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
陶海理 提交于 2018-05-04 18:14 . Initial commit
ext {
android = [
compileSdkVersion: 25,
buildToolsVersion: "26.0.2",
minSdkVersion : 15,
targetSdkVersion : 25,
versionCode : 1,
versionName : "1.0.0"
]
dependVersion = [
support: "25.0.0"
]
dependencies = [
// support
supportV4 : "com.android.support:support-v4:${dependVersion.support}",
appcompatV7 : "com.android.support:appcompat-v7:${dependVersion.support}",
recyclerview : "com.android.support:recyclerview-v7:${dependVersion.support}",
design : "com.android.support:design:${dependVersion.support}",
glide : "com.github.bumptech.glide:glide:3.7.0"
]
}
1
https://gitee.com/taohaili/Game.git
git@gitee.com:taohaili/Game.git
taohaili
Game
Game
master

搜索帮助