diff --git a/ExoPlayer b/ExoPlayer index eaade31ae..878372f01 160000 --- a/ExoPlayer +++ b/ExoPlayer @@ -1 +1 @@ -Subproject commit eaade31ae8f9772d9388c9ebec5e79765f1b999e +Subproject commit 878372f0165ae8af455cde889e32f92f1a0b58ee diff --git a/app/build.gradle b/app/build.gradle index 33fac856c..a8d2378ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,7 +109,7 @@ dependencies { implementation project(":exoplayer-extension-ffmpeg") // Image loading - implementation "io.coil-kt:coil-base:2.2.0" + implementation 'io.coil-kt:coil-base:2.2.2' // Material // TODO: Stuck on 1.8.0-alpha01 until ripple bug with tab layout can be worked around @@ -118,13 +118,13 @@ dependencies { implementation "com.google.android.material:material:1.8.0-alpha01" // Dependency Injection - def dagger_version = "2.44.2" + def dagger_version = '2.45' implementation "com.google.dagger:dagger:$dagger_version" kapt "com.google.dagger:dagger-compiler:$dagger_version" implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" // Testing - debugImplementation "com.squareup.leakcanary:leakcanary-android:2.9.1" + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' testImplementation "junit:junit:4.13.2" androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/build.gradle b/build.gradle index 70045f6e8..eb1cf1826 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { kotlin_version = '1.7.21' navigation_version = "2.5.3" - hilt_version = "2.42" + hilt_version = '2.45' } repositories { @@ -11,7 +11,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:7.3.1" + classpath 'com.android.tools.build:gradle:7.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version" classpath "com.diffplug.spotless:spotless-plugin-gradle:6.10.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ae04661ee..e7af72a0b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sun Feb 19 08:14:58 MST 2023 distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME