Skip to content

Commit

Permalink
Merge pull request #610 from 100mslive/dev
Browse files Browse the repository at this point in the history
Release :: 1.1.92
  • Loading branch information
AniketSK authored Jan 25, 2024
2 parents a3253da + 6f817f5 commit bd91835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ kotlin.code.style=official
100MS_APP_VERSION_CODE=643
100MS_APP_VERSION_NAME=5.8.872
hmsRoomKitGroup=live.100ms
HMS_ROOM_KIT_VERSION=1.1.92
HMS_ROOM_KIT_VERSION=1.1.93
android.suppressUnsupportedCompileSdk=33
2 changes: 1 addition & 1 deletion room-kit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.percentlayout:percentlayout:1.0.0'

def hmsVersion = "2.8.9"
def hmsVersion = "2.9.0"
// To add dependencies of specific module
implementation "live.100ms:android-sdk:$hmsVersion"
implementation "live.100ms:video-view:$hmsVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class QuizQuestionTimingUseCase {
}

fun getQuestionStartTime(question: QuestionContainer.Question): Long? {
return questionSeenTimeMap.getOrDefault(getIdForQuestion(question), null)
return questionSeenTimeMap[getIdForQuestion(question)]
}

private fun getIdForQuestion(question: QuestionContainer.Question): String {
Expand Down

0 comments on commit bd91835

Please sign in to comment.