update kotlin and libraries
* kotlin 1.6.21 -> 1.7.10 * navigation-fragment-ktx 2.4.2 -> 2.5.0 * navigation-ui-ktx 2.4.2 -> 2.5.0 * lifecycle-runtime-ktx 2.4.1 -> 2.5.0 * lifecycle-viewmodel-ktx 2.4.1 -> 2.5.0
This commit is contained in:
@ -55,12 +55,12 @@ dependencies {
|
||||
implementation 'androidx.core:core-splashscreen:1.0.0-rc01'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
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'
|
||||
implementation 'androidx.security:security-crypto:1.1.0-alpha03'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
|
||||
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
implementation "com.google.android.exoplayer:exoplayer-core:$exo_version"
|
||||
|
@ -194,7 +194,7 @@ class PlayerActivity : AppCompatActivity() {
|
||||
|
||||
override fun onPictureInPictureModeChanged(
|
||||
isInPictureInPictureMode: Boolean,
|
||||
newConfig: Configuration?
|
||||
newConfig: Configuration
|
||||
) {
|
||||
super.onPictureInPictureModeChanged(isInPictureInPictureMode, newConfig)
|
||||
|
||||
|
Reference in New Issue
Block a user