修改上传脚本,将从库从jcenter迁移到mavencentral

This commit is contained in:
laoyuyu
2021-04-18 19:28:29 +08:00
parent 6eab496b6a
commit ebbbbee1f8
55 changed files with 390 additions and 110 deletions

View File

@@ -15,6 +15,9 @@ android {
}
buildTypes {
debug{
debuggable true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
@@ -34,4 +37,8 @@ dependencies {
implementation project(path: ':PublicComponent')
}
apply from: 'bintray-release.gradle'
//apply from: 'bintray-release.gradle'
ext{
PUBLISH_ARTIFACT_ID = 'sftp'
}
apply from: '../gradle/mavenCentral-release.gradle'

View File

@@ -27,8 +27,8 @@ import com.arialyy.aria.util.RecordUtil;
import java.util.ArrayList;
/**
* @Author lyy
* @Date 2019-09-19
* @author lyy
* Date: 2019-09-19
*/
final class SFtpDRecordHandler extends RecordHandler {