fix: cancel task bugs

This commit is contained in:
root 2021-08-17 12:52:38 +08:00 committed by Frank.R.Wu
parent ff1d65a482
commit 88879c70af

View File

@ -40,6 +40,6 @@ dependencies {
api 'log4j:log4j:1.2.17' api 'log4j:log4j:1.2.17'
api 'org.apache.logging.log4j:log4j-core:2.14.1' api 'org.apache.logging.log4j:log4j-core:2.14.1'
api 'org.apache.logging.log4j:log4j-api:2.14.1' api 'org.apache.logging.log4j:log4j-api:2.14.1'
api 'net.dona.doip:doip-sdk:2.1.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
} }