1 Star 0 Fork 1.5K

CRayFish07/APIJSON

forked from 腾讯开源/APIJSON 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
TommyLemon 提交于 2017-06-19 02:53 +08:00 . 优化工程命名
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
applicationId "apijson.demo.client"
minSdkVersion 15
targetSdkVersion 23
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(':QRCodeLibrary')
compile project(':ZBLibrary')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/CRayFish07/APIJSON.git
git@gitee.com:CRayFish07/APIJSON.git
CRayFish07
APIJSON
APIJSON
master

搜索帮助