File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/com/coderpig/wechathelper Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ dependencies {
22
22
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
23
implementation ' com.android.support:appcompat-v7:26.1.0'
24
24
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
25
+ implementation ' io.reactivex.rxjava2:rxjava:2.1.9'
26
+ implementation ' io.reactivex.rxjava2:rxandroid:2.0.1'
25
27
testImplementation ' junit:junit:4.12'
26
28
androidTestImplementation ' com.android.support.test:runner:1.0.1'
27
29
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
Original file line number Diff line number Diff line change @@ -267,5 +267,8 @@ public void onInterrupt() {
267
267
268
268
}
269
269
270
-
270
+ @ Override
271
+ public void onDestroy () {
272
+ super .onDestroy ();
273
+ }
271
274
}
You can’t perform that action at this time.
0 commit comments