1 Star 0 Fork 0

Alex/NoHttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.gradle 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
YanZhenjie 提交于 2018-07-25 20:57 . Release v1.1.11.
ext {
plugins = [library : 'com.android.library',
application: 'com.android.application',
maven : 'com.github.dcendents.android-maven',
bintray : 'com.jfrog.bintray']
android = [applicationId : "com.yanzhenjie.nohttp.sample",
compileSdkVersion : 27,
buildToolsVersion : "27.0.3",
librayMinSdkVersion : 9,
libraryTargetSdkVersion: 27,
sampleMinSdkVersion : 14,
sampleTargetSdkVersion : 27,
versionCode : 121,
versionName : "1.1.11",]
bintray = [version : "1.1.11",
siteUrl : 'https://github.com/yanzhenjie/NoHttp',
gitUrl : 'git@github.com:yanzhenjie/NoHttp.git',
group : "com.yanzhenjie.nohttp",
packaging : 'aar',
name : 'NoHttp',
description : 'Synchronous and asynchronous network request framework for Android',
licenseName : 'The Apache Software License, Version 2.0',
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt',
developerId : 'yanzhenjie',
developerName : 'yanzhenjie',
developerEmail: 'smallajax@foxmail.com',
binrayLibrary : "",
bintrayRepo : "maven",
bintrayUser : 'yolanda',
bintrayLicense: "Apache-2.0"]
dependencies = [okhttpUrl : 'com.squareup.okhttp3:okhttp-urlconnection:3.11.0',
nohttp : 'com.yanzhenjie.nohttp:nohttp:1.1.11',
okhttp : 'com.yanzhenjie.nohttp:okhttp:1.1.11',
junit : 'junit:junit:4.12',
expressoCore : 'com.android.support.test.espresso:espresso-core:3.0.2',
appCompat : 'com.android.support:appcompat-v7:27.1.1',
design : 'com.android.support:design:27.1.1',
cardView : 'com.android.support:cardview-v7:27.1.1',
recyclerView : 'com.yanzhenjie:recyclerview-swipe:1.1.4',
fastjson : 'com.alibaba:fastjson:1.1.68.android',
permission : 'com.yanzhenjie:permission:2.0.0-rc11',
loading : 'com.yanzhenjie:loading:1.0.2',
album : 'com.yanzhenjie:album:2.1.1',
glide : 'com.github.bumptech.glide:glide:3.8.0',
butterKnife : 'com.jakewharton:butterknife:8.8.1',
butterKnifeCompiler: 'com.jakewharton:butterknife-compiler:8.8.1']
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wkqoschina/NoHttp.git
git@gitee.com:wkqoschina/NoHttp.git
wkqoschina
NoHttp
NoHttp
master

搜索帮助