1 Star 0 Fork 57

mikey1101/Genius-Android

forked from Qiujuer/Genius-Android 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Qiujuer 提交于 2015-01-14 20:15 . Publish Version 2.1.0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
}
}
allprojects {
version = VERSION_NAME
group = POM_GROUP_ID
repositories {
mavenCentral()
}
}
ext {
compileSdkVersion = 21
buildToolsVersion = "21.1.2"
}
apply plugin: 'android-reporting'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingofglory/Genius-Android.git
git@gitee.com:kingofglory/Genius-Android.git
kingofglory
Genius-Android
Genius-Android
master

搜索帮助