remove folder for unused build flavor

This commit is contained in:
Felix 2019-05-01 16:58:47 +02:00
parent ffbcd95fc1
commit 4e0bb0b210
2 changed files with 0 additions and 47 deletions

View file

@ -1,13 +0,0 @@
package de.nicidienase.chaosflix
import android.app.Application
import android.content.Context
import com.facebook.stetho.Stetho
class ChaosflixApplication : Application() {
override fun onCreate() {
super.onCreate()
Stetho.initializeWithDefaults(this)
}
}

File diff suppressed because one or more lines are too long