diff --git a/app/build.gradle b/app/build.gradle index 418cbf3..f6b2660 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 23 targetSdkVersion 30 versionCode 2100 //00.02.100 - versionName "0.2.1" + versionName "0.2.90" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "build_time", buildTime() @@ -53,10 +53,10 @@ dependencies { implementation 'com.google.android.material:material:1.3.0-alpha04' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.google.android.exoplayer:exoplayer-core:2.12.1' - implementation 'com.google.android.exoplayer:exoplayer-hls:2.12.1' - implementation 'com.google.android.exoplayer:exoplayer-dash:2.12.1' - implementation 'com.google.android.exoplayer:exoplayer-ui:2.12.1' + implementation 'com.google.android.exoplayer:exoplayer-core:2.12.2' + implementation 'com.google.android.exoplayer:exoplayer-hls:2.12.2' + implementation 'com.google.android.exoplayer:exoplayer-dash:2.12.2' + implementation 'com.google.android.exoplayer:exoplayer-ui:2.12.2' implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.github.bumptech.glide:glide:4.11.0' @@ -64,7 +64,7 @@ dependencies { implementation 'com.afollestad.material-dialogs:core:3.3.0' implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' diff --git a/app/src/main/res/layout/player_controls.xml b/app/src/main/res/layout/player_controls.xml index 1e86411..cc5d2ca 100644 --- a/app/src/main/res/layout/player_controls.xml +++ b/app/src/main/res/layout/player_controls.xml @@ -95,6 +95,7 @@ android:id="@+id/exo_progress_placeholder" android:layout_width="0dp" android:layout_height="@dimen/exo_styled_progress_layout_height" + android:layout_marginBottom="2dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/exo_remaining" app:layout_constraintStart_toStartOf="parent" @@ -103,9 +104,9 @@ + app:layout_constraintEnd_toEndOf="parent" />