Merge pull request #7068 from litetex/fix-restart
Fixed restarting not working properly
This commit is contained in:
commit
adca165238
4 changed files with 19 additions and 3 deletions
|
|
@ -254,6 +254,9 @@ dependencies {
|
|||
// Crash reporting
|
||||
implementation "ch.acra:acra-core:5.7.0"
|
||||
|
||||
// Properly restarting
|
||||
implementation 'com.jakewharton:process-phoenix:2.1.2'
|
||||
|
||||
// Reactive extensions for Java VM
|
||||
implementation "io.reactivex.rxjava3:rxjava:3.0.7"
|
||||
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue