Skip to content

Commit

Permalink
feat: fix issue with video controls being hidden after leaving fullsc…
Browse files Browse the repository at this point in the history
…reen.
  • Loading branch information
mopsalarm committed Sep 7, 2023
1 parent 7efca96 commit eed7c47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ dependencies {

implementation project(":model")

implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.browser:browser:1.5.0'
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {
}

plugins {
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
id "org.jetbrains.kotlin.kapt" version "1.9.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.10" apply false
id "org.jetbrains.kotlin.kapt" version "1.9.10" apply false
id "com.github.ben-manes.versions" version "0.42.0"
}

Expand Down
10 changes: 5 additions & 5 deletions model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath 'com.squareup.sqldelight:gradle-plugin:1.5.5'
classpath 'com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.9.0-1.0.11'
classpath 'com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.9.10-1.0.13'
}
}

Expand Down Expand Up @@ -56,13 +56,13 @@ repositories {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

implementation "com.squareup.moshi:moshi:1.15.0"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.okhttp3:okhttp:4.10.0"
implementation "com.squareup.okhttp3:okhttp:4.11.0"

api "com.squareup.sqldelight:android-driver:1.5.5"
api "com.squareup.sqldelight:coroutines-extensions-jvm:1.5.5"
Expand Down

0 comments on commit eed7c47

Please sign in to comment.