Skip to content

Commit

Permalink
Dependencies version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jul 9, 2022
1 parent 65ffe59 commit 8826019
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation "com.github.bumptech.glide:okhttp3-integration:4.12.0"

// Coroutine Lifecycle Scopes
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0"

// Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2"
Expand All @@ -123,8 +123,8 @@ dependencies {
implementation "androidx.core:core-splashscreen:1.0.0-rc01"

// Navigational Components
implementation "androidx.navigation:navigation-fragment-ktx:2.4.2"
implementation "androidx.navigation:navigation-ui-ktx:2.4.2"
implementation "androidx.navigation:navigation-fragment-ktx:2.5.0"
implementation "androidx.navigation:navigation-ui-ktx:2.5.0"

//Kotlin
implementation "androidx.core:core-ktx:1.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class PlayerActivity : AppCompatActivity() {

override fun onPictureInPictureModeChanged(
isInPictureInPictureMode: Boolean,
newConfig: Configuration?
newConfig: Configuration
) {
super.onPictureInPictureModeChanged(isInPictureInPictureMode, newConfig)
playerView.apply {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-rc02"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.1"
}
}
Expand Down

0 comments on commit 8826019

Please sign in to comment.