修复gradle 5.0 apt 失效的问题

This commit is contained in:
laoyuyu
2019-10-18 20:04:45 +08:00
parent 550455084f
commit fb0b95bd07
123 changed files with 19970 additions and 254 deletions

View File

@@ -27,7 +27,8 @@ dependencies {
implementation "androidx.appcompat:appcompat:${rootProject.ext.XAppcompatVersion}"
testImplementation 'junit:junit:4.12'
implementation project(path: ':AriaFtpPlug')
// implementation project(path: ':AriaFtpPlug')
implementation project(path: ':PublicComponent')
}
apply from: 'bintray-release.gradle'