1 Star 0 Fork 1.5K

薯子/APIJSON

forked from 腾讯开源/APIJSON 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
TommyLemon 提交于 2018-01-14 00:24 +08:00 . Android:调整目录
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
applicationId "apijson.demo"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile project(':APIJSONLibrary')
compile files('libs/okhttp-2.1.0.jar')
compile files('libs/okio-1.0.0.jar')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sweetbai/APIJSON.git
git@gitee.com:sweetbai/APIJSON.git
sweetbai
APIJSON
APIJSON
master

搜索帮助