5 Star 1 Fork 0

HarmonyOS-TPC/ohos-async-http

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
buildscript {
repositories {
google()
jcenter()
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.vanniktech:gradle-android-javadoc-plugin:0.4.0-SNAPSHOT'
classpath 'digital.wup:android-maven-publish:3.6.2'
}
}
def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
}
allprojects {
group = 'com.loopj.android'
version = '1.5.0-SNAPSHOT'
repositories {
google()
jcenter()
mavenCentral()
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs << "-Xlint:unchecked"
options.compilerArgs << "-Xlint:deprecation"
}
}
apply plugin: 'android-reporting'
apply plugin: 'com.vanniktech.android.javadoc'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HarmonyOS-tpc/ohos-async-http.git
git@gitee.com:HarmonyOS-tpc/ohos-async-http.git
HarmonyOS-tpc
ohos-async-http
ohos-async-http
enable_set_custom_header

搜索帮助