1 Star 0 Fork 0

joegana/ActionBarSherlock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jake Wharton 提交于 2013-07-28 19:09 +08:00 . Prepare for 4.4.0.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
allprojects {
group = 'com.actionbarsherlock'
version = '4.4.0'
repositories {
mavenCentral()
}
tasks.withType(Compile) {
options.encoding = "UTF-8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/joegana/ActionBarSherlock.git
git@gitee.com:joegana/ActionBarSherlock.git
joegana
ActionBarSherlock
ActionBarSherlock
master

搜索帮助