代码拉取完成,页面将自动刷新
ext {
plugins = [
application: 'com.android.application',
library : 'com.android.library',
maven : 'com.github.dcendents.android-maven',
bintray : 'com.jfrog.bintray'
]
android = [
applicationId : "com.yanzhenjie.wheel.sample",
compileSdkVersion : 25,
buildToolsVersion : "25.0.3",
sampleMinSdkVersion : 11,
libraryMinSdkVersion: 8,
targetSdkVersion : 25,
versionCode : 100,
versionName : "1.0.0",
dexOptions : [
preDexLibraries: true,
maxProcessCount: 8,
javaMaxHeapSize: "2g"
],
]
bintray = [
// library
version : "1.0.0",
siteUrl : 'https://github.com/yanzhenjie/AndroidWheel',
gitUrl : 'git@github.com:yanzhenjie/AndroidWheel.git',
group : "com.yanzhenjie",
// project
packaging : 'aar',
name : 'AndroidWheel',
description : 'AndroidWheel',
// project.license
licenseName : 'The Apache Software License, Version 2.0',
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt',
// project.developers
developerId : 'yanzhenjie',
developerName : 'yanzhenjie',
developerEmail: 'smallajax@foxmail.com',
// bintray
binrayLibrary : "AndroidWheel",
bintrayRepo : "maven",
bintrayUser : 'yolanda',
bintrayLicense: "Apache-2.0"
]
dependencies = [
appCompat: 'com.android.support:appcompat-v7:25.3.1',
design : 'com.android.support:design:25.3.1',
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。