Fix Bug With Install when youtube is not pre installed in system and added code check, and returns error message on install if there is one

This commit is contained in:
ostajic 2020-08-23 06:37:57 +02:00
parent f2cb0e4307
commit b92959d0dd
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ dependencies {
implementation 'com.github.kittinunf.fuel:fuel-coroutines:2.2.3'
implementation 'com.github.kittinunf.fuel:fuel-json:2.2.3'
implementation 'com.github.topjohnwu.libsu:core:3.0.1'
implementation 'com.github.topjohnwu.libsu:io:3.0.1'
implementation 'com.google.firebase:firebase-messaging:20.2.4'
implementation 'com.google.firebase:firebase-perf:19.0.8'
implementation 'com.mindorks.android:prdownloader:0.6.0'