1 Star 0 Fork 0

杨军/easeui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
zhanw 提交于 2016-02-19 18:05 . update gradle file for release
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 9
targetSdkVersion 20
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
jniLibs.srcDirs = ['libs']
}
// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')
// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
// This moves them out of them default location under src/<type>/... which would
// conflict with src/ being used by the main source set.
// Adding new build types or product flavors should be accompanied
// by a similar customization.
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
//release时需要把easemobchatsdk的依赖注释掉,sdk已经被打成jar包放在libs底下
//compile project(':easemobchatsdk')
compile fileTree(dir: 'libs', include: '*.jar')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/androidex_tony_admin/easeui.git
[email protected]:androidex_tony_admin/easeui.git
androidex_tony_admin
easeui
easeui
master

搜索帮助