代码拉取完成,页面将自动刷新
apply plugin: 'com.android.application'
android {
compileSdkVersion 33
defaultConfig {
applicationId "com.zyfdroid.backupftpserver"
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 27
versionCode 2010001
versionName "2.1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
packagingOptions{
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/DEPENDENCIES'
exclude 'org/apache/ftpserver/ftpserver.properties'
}
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation ('org.apache.ftpserver:ftpserver-core:1.1.1'){
}
implementation 'androidx.documentfile:documentfile:1.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。