2 Star 0 Fork 0

mirrors_yanzhenjie/AndroidWheel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.gradle 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
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',
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_yanzhenjie/AndroidWheel.git
git@gitee.com:mirrors_yanzhenjie/AndroidWheel.git
mirrors_yanzhenjie
AndroidWheel
AndroidWheel
master

搜索帮助