File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/de/stefanmedack/ccctv/ui/main Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ android {
4141 applicationId " de.stefanmedack.ccctv"
4242 minSdkVersion 21
4343 targetSdkVersion 26
44- versionCode 6
45- versionName " 2.0.0-RC3 "
44+ versionCode 7
45+ versionName " 2.0.0-RC4 "
4646 resConfigs " en" , " de"
4747 multiDexEnabled true
4848 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class LiveStreamingViewModel @Inject constructor(
2121
2222 private fun extractConference (): List <Room >
2323 = streamingRepository.cachedStreams.find { it.conference == conferenceName }?.
24- groups?.find { it.group == " Lecture Rooms " }?.rooms ? : listOf ()
24+ groups?.find { it.group == " Live " }?.rooms ? : listOf ()
2525
2626 // val conferencesWithEvents: Flowable<Resource<List<ConferenceWithEvents>>>
2727 // get() = repository.loadedConferences(conferenceName)
You can’t perform that action at this time.
0 commit comments