|
|
|
|
@ -73,6 +73,12 @@ android { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
configurations.configureEach { |
|
|
|
|
resolutionStrategy { |
|
|
|
|
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
lint { |
|
|
|
|
disable 'UnsafeOptInUsageError' |
|
|
|
|
} |
|
|
|
|
@ -116,7 +122,7 @@ dependencies { |
|
|
|
|
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0' |
|
|
|
|
implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' |
|
|
|
|
implementation('com.github.TeamNewPipe:NewPipeExtractor:v0.23.1') { exclude group: 'org.jsoup', module: 'jsoup' } |
|
|
|
|
implementation('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } |
|
|
|
|
implementation 'com.github.thegrizzlylabs:sardine-android:0.8' |
|
|
|
|
implementation 'com.google.android.material:material:1.11.0' |
|
|
|
|
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' |
|
|
|
|
implementation 'com.google.zxing:core:3.3.0' |
|
|
|
|
|