move ChaosflixApplication to Common-Module

This commit is contained in:
Felix 2018-09-11 23:02:17 +02:00
parent 1a0fa50f25
commit 0a8e4f9f06
4 changed files with 4 additions and 3 deletions

View file

@ -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', {

View file

@ -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'