Skip to content

Commit e51f6e9

Browse files
committed
修改异步线程无法remove 主线程post的runnable
1 parent a8d51a8 commit e51f6e9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,16 @@ android {
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}
19+
buildToolsVersion '27.0.3'
1920
}
2021

2122
dependencies {
22-
23-
implementation fileTree(dir: 'libs', include: ['*.jar'])
23+
implementation fileTree(include: ['*.jar'], dir: 'libs')
2424
implementation 'com.android.support:appcompat-v7:26.1.0'
2525
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
26-
27-
// implementation 'com.github.SilenceDut:TaskScheduler:1.0.0'
28-
26+
// implementation 'com.github.SilenceDut:TaskScheduler:1.0.0'
2927
testImplementation 'junit:junit:4.12'
3028
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3129
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
32-
3330
implementation project(':taskscheduler')
3431
}

0 commit comments

Comments
 (0)