代码拉取完成,页面将自动刷新
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
}
}
apply plugin: 'com.android.library'
repositories {
jcenter()
google()
}
group = 'com.hierynomus'
dependencies {
implementation SLF4J_API
implementation BCPROV_JDK15ON
implementation MBASSADOR
implementation ASN_ONE
testImplementation GROOVY_ALL
testRuntimeOnly CGLIB_NODEP
testRuntimeOnly OBJENESIS
testImplementation SPOCK_CORE
testImplementation COMMONS_IO
testRuntimeOnly LOGBACK_CLASSIC
}
def androidSdkVersion = 19
android {
compileSdkVersion androidSdkVersion
defaultConfig {
minSdkVersion androidSdkVersion
targetSdkVersion androidSdkVersion
manifestPlaceholders = [
minSdkVersion : androidSdkVersion,
targetSdkVersion: androidSdkVersion
]
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
sourceSets {
main.java {
exclude(
'com/hierynomus/smbj/auth/SpnegoAuthenticator.java',
'com/hierynomus/smbj/auth/ExtendedGSSContext.java',
'com/hierynomus/smbj/auth/GSSAuthenticationContext.java',
'com/hierynomus/smbj/transport/tcp/async/**/*.java'
)
}
}
lintOptions {
abortOnError false
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。