mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +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.LiveEvent
|
||||||
import de.nicidienase.chaosflix.common.util.SingleLiveEvent
|
import de.nicidienase.chaosflix.common.util.SingleLiveEvent
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
|
import kotlinx.coroutines.launch
|
||||||
|
|
||||||
class BrowseViewModel(
|
class BrowseViewModel(
|
||||||
val offlineItemManager: OfflineItemManager,
|
val offlineItemManager: OfflineItemManager,
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
org.gradle.jvmargs=-XX\:MaxHeapSize\=2048m -Xmx1536m
|
org.gradle.jvmargs=-XX\:MaxHeapSize\=2048m -Xmx1536m
|
||||||
appcenterId=""
|
|
||||||
appcenterDevId=""
|
|
||||||
android.enableR8=true
|
android.enableR8=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue