mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
move ChaosflixApplication to Common-Module
This commit is contained in:
parent
1a0fa50f25
commit
0a8e4f9f06
4 changed files with 4 additions and 3 deletions
|
@ -49,6 +49,10 @@ dependencies {
|
|||
|
||||
api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.0'
|
||||
|
||||
|
||||
debugApi 'com.facebook.stetho:stetho:1.4.2'
|
||||
debugApi 'com.facebook.stetho:stetho-okhttp3:1.4.2'
|
||||
|
||||
testImplementation "org.mockito:mockito-core:2.11.0"
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
|
||||
|
|
|
@ -81,9 +81,6 @@ dependencies {
|
|||
implementation 'com.google.android.exoplayer:exoplayer:r2.5.2'
|
||||
implementation 'com.squareup.picasso:picasso:2.5.2'
|
||||
|
||||
debugImplementation 'com.facebook.stetho:stetho:1.4.2'
|
||||
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.4.2'
|
||||
|
||||
implementation 'net.opacapp:multiline-collapsingtoolbar:1.6.0'
|
||||
implementation 'net.rdrei.android.dirchooser:library:3.2@aar'
|
||||
implementation 'com.gu:option:1.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue