mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 04:13:05 +00:00
fix dev-build
This commit is contained in:
parent
e1362ff23c
commit
5585e80076
2 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ import de.nicidienase.chaosflix.common.util.LiveDataMerger
|
|||
import de.nicidienase.chaosflix.common.util.LiveEvent
|
||||
import de.nicidienase.chaosflix.common.util.SingleLiveEvent
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
|
||||
class BrowseViewModel(
|
||||
val offlineItemManager: OfflineItemManager,
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
org.gradle.jvmargs=-XX\:MaxHeapSize\=2048m -Xmx1536m
|
||||
appcenterId=""
|
||||
appcenterDevId=""
|
||||
android.enableR8=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
|
Loading…
Reference in a new issue