1 Star 0 Fork 0

wzyitspider / parent_control

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
wzyitspider 提交于 2018-04-10 18:28 . New changelist
buildscript {
repositories {
jcenter()
//maven { url 'http://maven.oa.com/nexus/content/repositories/android'}
}
// repositories { mavenCentral() }
dependencies {
//classpath 'com.android.tools.build:gradle:1.2.3'
//classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.0'
//classpath 'com.android.tools.build:gradle:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
apply plugin: 'com.android.application'
dependencies {
// compile 'com.alibaba:fastjson:1.2.40'
// compile 'com.alibaba:fastjson:1.1.65.android'
//compile 'com.getui:sdk:2.11.1.0'
//implementation 'com.android.support:support-v4:22.2.1'
compile fileTree(include: '*.jar', dir: 'libs')
// compile 'com.squareup.retrofit2:retrofit:2.1.0'
// compile 'com.squareup.retrofit2:converter-gson:2.1.0'
//// compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
// compile 'com.squareup.retrofit2:adapter-rxjava:2.0.2'
//// 针对rxjava2.x(adapter-rxjava2的版本要 >= 2.2.0)
// compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
// compile 'com.google.code.gson:gson:2.6.2'
// compile 'com.github.bumptech.glide:glide:3.5.2'
// implementation 'com.jakewharton:butterknife:5.1.1'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.jakewharton:butterknife:7.0.1'
}
//ndk {
// moduleName "hellocjni"
// abiFilters "armeabi-v7a"
//}
android {
signingConfigs {
config {
keyAlias 'camerafamily360'
keyPassword 'huihaiweishi'
storeFile file('E:/svn/ASWorkTest/MBEYE/key/camerafamilyKey')
storePassword 'huihaiweishi'
}
}
compileSdkVersion 22
// buildToolsVersion '26.0.2'
buildToolsVersion '26.0.2'
// buildToolsVersion '22.0.1'
defaultConfig {
applicationId "com.wzy.droidwatcher5"
ndk {
moduleName "fxexec"
}
javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } }
}
// sourceSets {
// main {
// jni.srcDirs = []
// }
// }
sourceSets {
main {
jni.srcDirs = []
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
}
// 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'
zipAlignEnabled true //是否启用zipAlign压缩
signingConfig signingConfigs.config
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
1
https://gitee.com/wzy901213145499/parent_control.git
git@gitee.com:wzy901213145499/parent_control.git
wzy901213145499
parent_control
parent_control
master

搜索帮助