mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 06:00:25 +00:00
remove folder for unused build flavor
This commit is contained in:
parent
ffbcd95fc1
commit
4e0bb0b210
2 changed files with 0 additions and 47 deletions
|
@ -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
Loading…
Reference in a new issue